Shades of Pacific Blue #008EE5
Tints of Pacific Blue #008EE5
RGB
CMYK
RGB Variations
Color information
#008EE5 (or 0x008EE5) is known color: Pacific Blue. HEX triplet: 00, 8E and E5. RGB value is (0,142,229). Sum of RGB (Red+Green+Blue) = 0+142+229=371 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 229 (89.84% from 255 or 61.73% from 371); Max value from RGB is 229 - color contains mainly: blue. Hex color #008EE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008EE5 is #FF711A. Grayscale: #6C6C6C. Windows color (decimal): -16740635 or 15044096. OLE color: 15044096.
HSL color Cylindrical-coordinate representation of color #008EE5: hue angle of 202.79º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008EE5 is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 142 | 229 | - |
| CMYK | 1 | 0.38 | 0 | 0.10 |
| HSL | 202.79º | 1% | 0.45% | - |
| HSV(B) | 202.79º | 1% | 0.9% | - |
| XYZ | 23.82 | 25 | 77.7 | - |
| YUV | 109.46 | 195.46 | 49.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 142 | 229 | 1 | 0.38 | 0 | 0.10 | 202.79 | 1 | 0.45 |
| Hex | 0 | 8E | E5 | 64 | 26 | 0 | A | CB | 64 | 2D |
| Octal | 0 | 216 | 345 | 144 | 46 | 0 | 12 | 313 | 144 | 55 |
| Binary | 0 | 10001110 | 11100101 | 1100100 | 100110 | 0 | 1010 | 11001011 | 1100100 | 101101 |
Color Harmonies of #008EE5
Complementary color
Monochromatic Colors of #008EE5
Black with #008EE5
Text Example
Text Example
White with #008EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008EE5; }
p { color: rgb(0,142,229); }
H1.HeaderClassName
{
color: #008EE5;
}
.AnyTagClassName
{
color: #008EE5;
}
</style>
background-color css
<style>
a { background-color: #008EE5; }
a { background-color: rgb(0,142,229); }
div.DivClassName
{
background-color: #008EE5;
}
.BgClassName
{
background-color: #008EE5;
}
</style>
border-color css
<style>
span { border-color: #008EE5; }
span { border-color: rgb(0,142,229); }
td.TdClassName
{
border-color: #008EE5;
}
.TagClassName
{
border-color: #008EE5;
}
</style>