Shades of Pacific Blue #0096E8
Tints of Pacific Blue #0096E8
RGB
CMYK
RGB Variations
Color information
#0096E8 (or 0x0096E8) is known color: Pacific Blue. HEX triplet: 00, 96 and E8. RGB value is (0,150,232). Sum of RGB (Red+Green+Blue) = 0+150+232=382 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 232 (91.02% from 255 or 60.73% from 382); Max value from RGB is 232 - color contains mainly: blue. Hex color #0096E8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0096E8 is #FF6917. Grayscale: #727272. Windows color (decimal): -16738584 or 15242752. OLE color: 15242752.
HSL color Cylindrical-coordinate representation of color #0096E8: hue angle of 201.21º 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 #0096E8 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 150 | 232 | - |
| CMYK | 1 | 0.35 | 0 | 0.09 |
| HSL | 201.21º | 1% | 0.45% | - |
| HSV(B) | 201.21º | 1% | 0.91% | - |
| XYZ | 25.47 | 27.64 | 80.34 | - |
| YUV | 114.5 | 194.31 | 46.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 150 | 232 | 1 | 0.35 | 0 | 0.09 | 201.21 | 1 | 0.45 |
| Hex | 0 | 96 | E8 | 64 | 23 | 0 | 9 | C9 | 64 | 2D |
| Octal | 0 | 226 | 350 | 144 | 43 | 0 | 11 | 311 | 144 | 55 |
| Binary | 0 | 10010110 | 11101000 | 1100100 | 100011 | 0 | 1001 | 11001001 | 1100100 | 101101 |
Color Harmonies of #0096E8
Complementary color
Monochromatic Colors of #0096E8
Black with #0096E8
Text Example
Text Example
White with #0096E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0096E8; }
p { color: rgb(0,150,232); }
H1.HeaderClassName
{
color: #0096E8;
}
.AnyTagClassName
{
color: #0096E8;
}
</style>
background-color css
<style>
a { background-color: #0096E8; }
a { background-color: rgb(0,150,232); }
div.DivClassName
{
background-color: #0096E8;
}
.BgClassName
{
background-color: #0096E8;
}
</style>
border-color css
<style>
span { border-color: #0096E8; }
span { border-color: rgb(0,150,232); }
td.TdClassName
{
border-color: #0096E8;
}
.TagClassName
{
border-color: #0096E8;
}
</style>