Shades of Pacific Blue #009CE8
Tints of Pacific Blue #009CE8
RGB
CMYK
RGB Variations
Color information
#009CE8 (or 0x009CE8) is known color: Pacific Blue. HEX triplet: 00, 9C and E8. RGB value is (0,156,232). Sum of RGB (Red+Green+Blue) = 0+156+232=388 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 232 (91.02% from 255 or 59.79% from 388); Max value from RGB is 232 - color contains mainly: blue. Hex color #009CE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009CE8 is #FF6317. Grayscale: #757575. Windows color (decimal): -16737048 or 15244288. OLE color: 15244288.
HSL color Cylindrical-coordinate representation of color #009CE8: hue angle of 199.66º 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 #009CE8 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 156 | 232 | - |
| CMYK | 1 | 0.33 | 0 | 0.09 |
| HSL | 199.66º | 1% | 0.45% | - |
| HSV(B) | 199.66º | 1% | 0.91% | - |
| XYZ | 26.45 | 29.6 | 80.66 | - |
| YUV | 118.02 | 192.32 | 43.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 156 | 232 | 1 | 0.33 | 0 | 0.09 | 199.66 | 1 | 0.45 |
| Hex | 0 | 9C | E8 | 64 | 21 | 0 | 9 | C8 | 64 | 2D |
| Octal | 0 | 234 | 350 | 144 | 41 | 0 | 11 | 310 | 144 | 55 |
| Binary | 0 | 10011100 | 11101000 | 1100100 | 100001 | 0 | 1001 | 11001000 | 1100100 | 101101 |
Color Harmonies of #009CE8
Complementary color
Monochromatic Colors of #009CE8
Black with #009CE8
Text Example
Text Example
White with #009CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009CE8; }
p { color: rgb(0,156,232); }
H1.HeaderClassName
{
color: #009CE8;
}
.AnyTagClassName
{
color: #009CE8;
}
</style>
background-color css
<style>
a { background-color: #009CE8; }
a { background-color: rgb(0,156,232); }
div.DivClassName
{
background-color: #009CE8;
}
.BgClassName
{
background-color: #009CE8;
}
</style>
border-color css
<style>
span { border-color: #009CE8; }
span { border-color: rgb(0,156,232); }
td.TdClassName
{
border-color: #009CE8;
}
.TagClassName
{
border-color: #009CE8;
}
</style>