COLOR #0099FF

HEX: #0099FF
RGB: (0,153,255)

Color info

#0099FF contains mainly blue color. #0099FF color is web safe color. It maybe written shortly as #09F.

RGB color model

#0099FF color RGB value is (0,153,255).

  • red value is 0;
  • green value is 153;
  • blue value is 255.
RGB:
(0,153,255)
(0%,60%,100%)

RGB channels and saturation

R 0 of 255 = 0%
G 153 of 255 = 60%
B 255 of 255 = 100%

0
153
255

R + G + B ~ 53%. #0099FF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 153 + 255 = 408 (100%)
R 0 of 408 ~ 0%
G 153 of 408 ~ 37.5%
B 255 of 408 ~ 62.5%

%37.5
%62.5

CMYK color model

#0099FF color CMYK value is (100,40,0,0).

  • cyan value is 100.00%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(100,40,0,0)
C100M40Y0K0 
(100%,40%,0%,0%)
(1.00/0.40/0.00/0.00)	

CMYK percentages

%100
%40
%0
%0

Codes

Color #0099FF in popluar color models

0099FF
RGB0153255
HSL204°100.00%50.00%
HSB/HSV204°100.00%100.00%
CMYK100.00%40.00%0.00%
0.00%

Color #0099FF in popluar number systems.

HEX0099FF
Decimal0153255
Binary01001100111111111
Octal0231377

Shades and tints

Shades of #0099FF

#0099FF
(0,153,255)
#008CE8
(0,140,232)
#007FD1
(0,127,209)
#0072BA
(0,114,186)
#0065A3
(0,101,163)
#00588C
(0,88,140)
#004B75
(0,75,117)
#003E5E
(0,62,94)
#003147
(0,49,71)
#002430
(0,36,48)
#001719
(0,23,25)
#000000
(0,0,0)

Tints of #0099FF

#0099FF
(0,153,255)
#17A2FF
(23,162,255)
#2EABFF
(46,171,255)
#45B4FF
(69,180,255)
#5CBDFF
(92,189,255)
#73C6FF
(115,198,255)
#8ACFFF
(138,207,255)
#A1D8FF
(161,216,255)
#B8E1FF
(184,225,255)
#CFEAFF
(207,234,255)
#E6F3FF
(230,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0099FF color. Also use rgb(0,153,255) instead hex code.

Text Font Color

.myTextColor { color: #0099FF; }

<p style="color:#0099FF">This sample text font color is #0099FF.</p>

This text font color is #0099FF.


Background Color

.myBgColor { background-color: #0099FF; }

<div style="background-color:#0099FF">Inner text</div>

This div background color is #0099FF.


Border color

.myBorderColor { border: 1px solid #0099FF; }

<div style="border:3px solid #0099FF">Div</div>

This div border color is #0099FF.


Opacity

.myOpacity80 { color: #0099FF; opacity: 0.8; }

<p style="color:#0099FF;opacity:0.8;">80%</p>

Text with #0099FF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0099FF;}

<p style="text-shadow: 3px 3px 1px #0099FF">Text here.</p>

This text has shadow with #0099FF color.

.textShadow {text-shadow: 3px 3px 1px #0099FF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0099FF, 5px 5px 20px red">Text here.</p>

This text has shadow with #0099FF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0099FF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0099FF, Direction=45, Strength=4)">Text</p>

This text has shadow with #0099FF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0099FF;
  -webkit-box-shadow:	1px 1px 3px 2px #0099FF;
  box-shadow:		1px 1px 3px 2px #0099FF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0099FF;
-webkit-box-shadow: 1px 1px 3px 2px #0099FF;
box-shadow:1px 1px 3px 2px #0099FF;">
Div content here</div>
This div box has shadow with color #0099FF.

Preview

Color preview on black background

This text has color #0099FF on black background.


Color preview on white background

This text has color #0099FF on white background.



Black color preview on #0099FF background

This text has black color on #0099FF background.


White color preview on #0099FF background

This text has white color on #0099FF background.