Shades of Pacific Blue #008EE3
Tints of Pacific Blue #008EE3
RGB
CMYK
RGB Variations
Color information
#008EE3 (or 0x008EE3) is known color: Pacific Blue. HEX triplet: 00, 8E and E3. RGB value is (0,142,227). Sum of RGB (Red+Green+Blue) = 0+142+227=369 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 227 (89.06% from 255 or 61.52% from 369); Max value from RGB is 227 - color contains mainly: blue. Hex color #008EE3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008EE3 is #FF711C. Grayscale: #6C6C6C. Windows color (decimal): -16740637 or 14913024. OLE color: 14913024.
HSL color Cylindrical-coordinate representation of color #008EE3: hue angle of 202.47º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008EE3 is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 0 | 142 | 227 | - |
| CMYK | 1 | 0.37 | 0 | 0.11 |
| HSL | 202.47º | 1% | 0.45% | - |
| HSV(B) | 202.47º | 1% | 0.89% | - |
| XYZ | 23.54 | 24.89 | 76.24 | - |
| YUV | 109.23 | 194.46 | 50.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 142 | 227 | 1 | 0.37 | 0 | 0.11 | 202.47 | 1 | 0.45 |
| Hex | 0 | 8E | E3 | 64 | 25 | 0 | B | CA | 64 | 2D |
| Octal | 0 | 216 | 343 | 144 | 45 | 0 | 13 | 312 | 144 | 55 |
| Binary | 0 | 10001110 | 11100011 | 1100100 | 100101 | 0 | 1011 | 11001010 | 1100100 | 101101 |
Color Harmonies of #008EE3
Complementary color
Monochromatic Colors of #008EE3
Black with #008EE3
Text Example
Text Example
White with #008EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008EE3; }
p { color: rgb(0,142,227); }
H1.HeaderClassName
{
color: #008EE3;
}
.AnyTagClassName
{
color: #008EE3;
}
</style>
background-color css
<style>
a { background-color: #008EE3; }
a { background-color: rgb(0,142,227); }
div.DivClassName
{
background-color: #008EE3;
}
.BgClassName
{
background-color: #008EE3;
}
</style>
border-color css
<style>
span { border-color: #008EE3; }
span { border-color: rgb(0,142,227); }
td.TdClassName
{
border-color: #008EE3;
}
.TagClassName
{
border-color: #008EE3;
}
</style>