Shades of Pacific Blue #009FE9
Tints of Pacific Blue #009FE9
RGB
CMYK
RGB Variations
Color information
#009FE9 (or 0x009FE9) is known color: Pacific Blue. HEX triplet: 00, 9F and E9. RGB value is (0,159,233). Sum of RGB (Red+Green+Blue) = 0+159+233=392 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 233 (91.41% from 255 or 59.44% from 392); Max value from RGB is 233 - color contains mainly: blue. Hex color #009FE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009FE9 is #FF6016. Grayscale: #777777. Windows color (decimal): -16736279 or 15310592. OLE color: 15310592.
HSL color Cylindrical-coordinate representation of color #009FE9: hue angle of 199.06º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009FE9 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 159 | 233 | - |
| CMYK | 1 | 0.32 | 0 | 0.09 |
| HSL | 199.06º | 1% | 0.46% | - |
| HSV(B) | 199.06º | 1% | 0.91% | - |
| XYZ | 27.11 | 30.68 | 81.58 | - |
| YUV | 119.9 | 191.82 | 42.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 159 | 233 | 1 | 0.32 | 0 | 0.09 | 199.06 | 1 | 0.46 |
| Hex | 0 | 9F | E9 | 64 | 20 | 0 | 9 | C7 | 64 | 2E |
| Octal | 0 | 237 | 351 | 144 | 40 | 0 | 11 | 307 | 144 | 56 |
| Binary | 0 | 10011111 | 11101001 | 1100100 | 100000 | 0 | 1001 | 11000111 | 1100100 | 101110 |
Color Harmonies of #009FE9
Complementary color
Monochromatic Colors of #009FE9
Black with #009FE9
Text Example
Text Example
White with #009FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009FE9; }
p { color: rgb(0,159,233); }
H1.HeaderClassName
{
color: #009FE9;
}
.AnyTagClassName
{
color: #009FE9;
}
</style>
background-color css
<style>
a { background-color: #009FE9; }
a { background-color: rgb(0,159,233); }
div.DivClassName
{
background-color: #009FE9;
}
.BgClassName
{
background-color: #009FE9;
}
</style>
border-color css
<style>
span { border-color: #009FE9; }
span { border-color: rgb(0,159,233); }
td.TdClassName
{
border-color: #009FE9;
}
.TagClassName
{
border-color: #009FE9;
}
</style>