Shades of Pacific Blue #0099DF
Tints of Pacific Blue #0099DF
RGB
CMYK
RGB Variations
Color information
#0099DF (or 0x0099DF) is known color: Pacific Blue. HEX triplet: 00, 99 and DF. RGB value is (0,153,223). Sum of RGB (Red+Green+Blue) = 0+153+223=376 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #0099DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0099DF is #FF6620. Grayscale: #727272. Windows color (decimal): -16737825 or 14653696. OLE color: 14653696.
HSL color Cylindrical-coordinate representation of color #0099DF: hue angle of 198.83º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0099DF is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 153 | 223 | - |
| CMYK | 1 | 0.31 | 0 | 0.13 |
| HSL | 198.83º | 1% | 0.44% | - |
| HSV(B) | 198.83º | 1% | 0.87% | - |
| XYZ | 24.71 | 28.11 | 73.94 | - |
| YUV | 115.23 | 188.81 | 45.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 153 | 223 | 1 | 0.31 | 0 | 0.13 | 198.83 | 1 | 0.44 |
| Hex | 0 | 99 | DF | 64 | 1F | 0 | D | C7 | 64 | 2C |
| Octal | 0 | 231 | 337 | 144 | 37 | 0 | 15 | 307 | 144 | 54 |
| Binary | 0 | 10011001 | 11011111 | 1100100 | 11111 | 0 | 1101 | 11000111 | 1100100 | 101100 |
Color Harmonies of #0099DF
Complementary color
Monochromatic Colors of #0099DF
Black with #0099DF
Text Example
Text Example
White with #0099DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0099DF; }
p { color: rgb(0,153,223); }
H1.HeaderClassName
{
color: #0099DF;
}
.AnyTagClassName
{
color: #0099DF;
}
</style>
background-color css
<style>
a { background-color: #0099DF; }
a { background-color: rgb(0,153,223); }
div.DivClassName
{
background-color: #0099DF;
}
.BgClassName
{
background-color: #0099DF;
}
</style>
border-color css
<style>
span { border-color: #0099DF; }
span { border-color: rgb(0,153,223); }
td.TdClassName
{
border-color: #0099DF;
}
.TagClassName
{
border-color: #0099DF;
}
</style>