Shades of Pacific Blue #009FE7
Tints of Pacific Blue #009FE7
RGB
CMYK
RGB Variations
Color information
#009FE7 (or 0x009FE7) is known color: Pacific Blue. HEX triplet: 00, 9F and E7. RGB value is (0,159,231). Sum of RGB (Red+Green+Blue) = 0+159+231=390 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 231 (90.62% from 255 or 59.23% from 390); Max value from RGB is 231 - color contains mainly: blue. Hex color #009FE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009FE7 is #FF6018. Grayscale: #777777. Windows color (decimal): -16736281 or 15179520. OLE color: 15179520.
HSL color Cylindrical-coordinate representation of color #009FE7: hue angle of 198.7º 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 #009FE7 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 159 | 231 | - |
| CMYK | 1 | 0.31 | 0 | 0.09 |
| HSL | 198.7º | 1% | 0.45% | - |
| HSV(B) | 198.7º | 1% | 0.91% | - |
| XYZ | 26.82 | 30.57 | 80.09 | - |
| YUV | 119.67 | 190.82 | 42.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 159 | 231 | 1 | 0.31 | 0 | 0.09 | 198.7 | 1 | 0.45 |
| Hex | 0 | 9F | E7 | 64 | 1F | 0 | 9 | C7 | 64 | 2D |
| Octal | 0 | 237 | 347 | 144 | 37 | 0 | 11 | 307 | 144 | 55 |
| Binary | 0 | 10011111 | 11100111 | 1100100 | 11111 | 0 | 1001 | 11000111 | 1100100 | 101101 |
Color Harmonies of #009FE7
Complementary color
Monochromatic Colors of #009FE7
Black with #009FE7
Text Example
Text Example
White with #009FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009FE7; }
p { color: rgb(0,159,231); }
H1.HeaderClassName
{
color: #009FE7;
}
.AnyTagClassName
{
color: #009FE7;
}
</style>
background-color css
<style>
a { background-color: #009FE7; }
a { background-color: rgb(0,159,231); }
div.DivClassName
{
background-color: #009FE7;
}
.BgClassName
{
background-color: #009FE7;
}
</style>
border-color css
<style>
span { border-color: #009FE7; }
span { border-color: rgb(0,159,231); }
td.TdClassName
{
border-color: #009FE7;
}
.TagClassName
{
border-color: #009FE7;
}
</style>