Shades of Pacific Blue #009BE8
Tints of Pacific Blue #009BE8
RGB
CMYK
RGB Variations
Color information
#009BE8 (or 0x009BE8) is known color: Pacific Blue. HEX triplet: 00, 9B and E8. RGB value is (0,155,232). Sum of RGB (Red+Green+Blue) = 0+155+232=387 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 232 (91.02% from 255 or 59.95% from 387); Max value from RGB is 232 - color contains mainly: blue. Hex color #009BE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009BE8 is #FF6417. Grayscale: #747474. Windows color (decimal): -16737304 or 15244032. OLE color: 15244032.
HSL color Cylindrical-coordinate representation of color #009BE8: hue angle of 199.91º 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 #009BE8 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 155 | 232 | - |
| CMYK | 1 | 0.33 | 0 | 0.09 |
| HSL | 199.91º | 1% | 0.45% | - |
| HSV(B) | 199.91º | 1% | 0.91% | - |
| XYZ | 26.29 | 29.27 | 80.61 | - |
| YUV | 117.43 | 192.65 | 44.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 155 | 232 | 1 | 0.33 | 0 | 0.09 | 199.91 | 1 | 0.45 |
| Hex | 0 | 9B | E8 | 64 | 21 | 0 | 9 | C8 | 64 | 2D |
| Octal | 0 | 233 | 350 | 144 | 41 | 0 | 11 | 310 | 144 | 55 |
| Binary | 0 | 10011011 | 11101000 | 1100100 | 100001 | 0 | 1001 | 11001000 | 1100100 | 101101 |
Color Harmonies of #009BE8
Complementary color
Monochromatic Colors of #009BE8
Black with #009BE8
Text Example
Text Example
White with #009BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009BE8; }
p { color: rgb(0,155,232); }
H1.HeaderClassName
{
color: #009BE8;
}
.AnyTagClassName
{
color: #009BE8;
}
</style>
background-color css
<style>
a { background-color: #009BE8; }
a { background-color: rgb(0,155,232); }
div.DivClassName
{
background-color: #009BE8;
}
.BgClassName
{
background-color: #009BE8;
}
</style>
border-color css
<style>
span { border-color: #009BE8; }
span { border-color: rgb(0,155,232); }
td.TdClassName
{
border-color: #009BE8;
}
.TagClassName
{
border-color: #009BE8;
}
</style>