Shades of Pacific Blue #009FE8
Tints of Pacific Blue #009FE8
RGB
CMYK
RGB Variations
Color information
#009FE8 (or 0x009FE8) is known color: Pacific Blue. HEX triplet: 00, 9F and E8. RGB value is (0,159,232). Sum of RGB (Red+Green+Blue) = 0+159+232=391 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 232 (91.02% from 255 or 59.34% from 391); Max value from RGB is 232 - color contains mainly: blue. Hex color #009FE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009FE8 is #FF6017. Grayscale: #777777. Windows color (decimal): -16736280 or 15245056. OLE color: 15245056.
HSL color Cylindrical-coordinate representation of color #009FE8: hue angle of 198.88º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009FE8 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 159 | 232 | - |
| CMYK | 1 | 0.31 | 0 | 0.09 |
| HSL | 198.88º | 1% | 0.45% | - |
| HSV(B) | 198.88º | 1% | 0.91% | - |
| XYZ | 26.96 | 30.62 | 80.83 | - |
| YUV | 119.78 | 191.32 | 42.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 159 | 232 | 1 | 0.31 | 0 | 0.09 | 198.88 | 1 | 0.45 |
| Hex | 0 | 9F | E8 | 64 | 1F | 0 | 9 | C7 | 64 | 2D |
| Octal | 0 | 237 | 350 | 144 | 37 | 0 | 11 | 307 | 144 | 55 |
| Binary | 0 | 10011111 | 11101000 | 1100100 | 11111 | 0 | 1001 | 11000111 | 1100100 | 101101 |
Color Harmonies of #009FE8
Complementary color
Monochromatic Colors of #009FE8
Black with #009FE8
Text Example
Text Example
White with #009FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009FE8; }
p { color: rgb(0,159,232); }
H1.HeaderClassName
{
color: #009FE8;
}
.AnyTagClassName
{
color: #009FE8;
}
</style>
background-color css
<style>
a { background-color: #009FE8; }
a { background-color: rgb(0,159,232); }
div.DivClassName
{
background-color: #009FE8;
}
.BgClassName
{
background-color: #009FE8;
}
</style>
border-color css
<style>
span { border-color: #009FE8; }
span { border-color: rgb(0,159,232); }
td.TdClassName
{
border-color: #009FE8;
}
.TagClassName
{
border-color: #009FE8;
}
</style>