Shades of Pacific Blue #099FDE
Tints of Pacific Blue #099FDE
RGB
CMYK
RGB Variations
Color information
#099FDE (or 0x099FDE) is known color: Pacific Blue. HEX triplet: 09, 9F and DE. RGB value is (9,159,222). Sum of RGB (Red+Green+Blue) = 9+159+222=390 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.31% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 222 (87.11% from 255 or 56.92% from 390); Max value from RGB is 222 - color contains mainly: blue. Hex color #099FDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099FDE is #F66021. Grayscale: #787878. Windows color (decimal): -16146466 or 14589705. OLE color: 14589705.
HSL color Cylindrical-coordinate representation of color #099FDE: hue angle of 197.75º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099FDE is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 159 | 222 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.13 |
| HSL | 197.75º | 0.92% | 0.45% | - |
| HSV(B) | 197.75º | 0.96% | 0.87% | - |
| XYZ | 25.7 | 30.13 | 73.57 | - |
| YUV | 121.33 | 184.81 | 47.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 159 | 222 | 0.96 | 0.28 | 0 | 0.13 | 197.75 | 0.92 | 0.45 |
| Hex | 9 | 9F | DE | 60 | 1C | 0 | D | C6 | 5C | 2D |
| Octal | 11 | 237 | 336 | 140 | 34 | 0 | 15 | 306 | 134 | 55 |
| Binary | 1001 | 10011111 | 11011110 | 1100000 | 11100 | 0 | 1101 | 11000110 | 1011100 | 101101 |
Color Harmonies of #099FDE
Complementary color
Monochromatic Colors of #099FDE
Black with #099FDE
Text Example
Text Example
White with #099FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099FDE; }
p { color: rgb(9,159,222); }
H1.HeaderClassName
{
color: #099FDE;
}
.AnyTagClassName
{
color: #099FDE;
}
</style>
background-color css
<style>
a { background-color: #099FDE; }
a { background-color: rgb(9,159,222); }
div.DivClassName
{
background-color: #099FDE;
}
.BgClassName
{
background-color: #099FDE;
}
</style>
border-color css
<style>
span { border-color: #099FDE; }
span { border-color: rgb(9,159,222); }
td.TdClassName
{
border-color: #099FDE;
}
.TagClassName
{
border-color: #099FDE;
}
</style>