Shades of Pacific Blue #009FE6
Tints of Pacific Blue #009FE6
RGB
CMYK
RGB Variations
Color information
#009FE6 (or 0x009FE6) is known color: Pacific Blue. HEX triplet: 00, 9F and E6. RGB value is (0,159,230). Sum of RGB (Red+Green+Blue) = 0+159+230=389 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 230 (90.23% from 255 or 59.13% from 389); Max value from RGB is 230 - color contains mainly: blue. Hex color #009FE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009FE6 is #FF6019. Grayscale: #777777. Windows color (decimal): -16736282 or 15113984. OLE color: 15113984.
HSL color Cylindrical-coordinate representation of color #009FE6: hue angle of 198.52º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009FE6 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 159 | 230 | - |
| CMYK | 1 | 0.31 | 0 | 0.10 |
| HSL | 198.52º | 1% | 0.45% | - |
| HSV(B) | 198.52º | 1% | 0.9% | - |
| XYZ | 26.68 | 30.51 | 79.35 | - |
| YUV | 119.55 | 190.32 | 42.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 159 | 230 | 1 | 0.31 | 0 | 0.10 | 198.52 | 1 | 0.45 |
| Hex | 0 | 9F | E6 | 64 | 1F | 0 | A | C7 | 64 | 2D |
| Octal | 0 | 237 | 346 | 144 | 37 | 0 | 12 | 307 | 144 | 55 |
| Binary | 0 | 10011111 | 11100110 | 1100100 | 11111 | 0 | 1010 | 11000111 | 1100100 | 101101 |
Color Harmonies of #009FE6
Complementary color
Monochromatic Colors of #009FE6
Black with #009FE6
Text Example
Text Example
White with #009FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009FE6; }
p { color: rgb(0,159,230); }
H1.HeaderClassName
{
color: #009FE6;
}
.AnyTagClassName
{
color: #009FE6;
}
</style>
background-color css
<style>
a { background-color: #009FE6; }
a { background-color: rgb(0,159,230); }
div.DivClassName
{
background-color: #009FE6;
}
.BgClassName
{
background-color: #009FE6;
}
</style>
border-color css
<style>
span { border-color: #009FE6; }
span { border-color: rgb(0,159,230); }
td.TdClassName
{
border-color: #009FE6;
}
.TagClassName
{
border-color: #009FE6;
}
</style>