Shades of Pacific Blue #088EDE
Tints of Pacific Blue #088EDE
RGB
CMYK
RGB Variations
Color information
#088EDE (or 0x088EDE) is known color: Pacific Blue. HEX triplet: 08, 8E and DE. RGB value is (8,142,222). Sum of RGB (Red+Green+Blue) = 8+142+222=372 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.15% from 372); Green value is 142 (55.86% from 255 or 38.17% from 372); Blue value is 222 (87.11% from 255 or 59.68% from 372); Max value from RGB is 222 - color contains mainly: blue. Hex color #088EDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088EDE is #F77121. Grayscale: #6E6E6E. Windows color (decimal): -16216354 or 14585352. OLE color: 14585352.
HSL color Cylindrical-coordinate representation of color #088EDE: hue angle of 202.43º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088EDE is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 142 | 222 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.13 |
| HSL | 202.43º | 0.93% | 0.45% | - |
| HSV(B) | 202.43º | 0.96% | 0.87% | - |
| XYZ | 22.96 | 24.67 | 72.66 | - |
| YUV | 111.05 | 190.61 | 54.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 142 | 222 | 0.96 | 0.36 | 0 | 0.13 | 202.43 | 0.93 | 0.45 |
| Hex | 8 | 8E | DE | 60 | 24 | 0 | D | CA | 5D | 2D |
| Octal | 10 | 216 | 336 | 140 | 44 | 0 | 15 | 312 | 135 | 55 |
| Binary | 1000 | 10001110 | 11011110 | 1100000 | 100100 | 0 | 1101 | 11001010 | 1011101 | 101101 |
Color Harmonies of #088EDE
Complementary color
Monochromatic Colors of #088EDE
Black with #088EDE
Text Example
Text Example
White with #088EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088EDE; }
p { color: rgb(8,142,222); }
H1.HeaderClassName
{
color: #088EDE;
}
.AnyTagClassName
{
color: #088EDE;
}
</style>
background-color css
<style>
a { background-color: #088EDE; }
a { background-color: rgb(8,142,222); }
div.DivClassName
{
background-color: #088EDE;
}
.BgClassName
{
background-color: #088EDE;
}
</style>
border-color css
<style>
span { border-color: #088EDE; }
span { border-color: rgb(8,142,222); }
td.TdClassName
{
border-color: #088EDE;
}
.TagClassName
{
border-color: #088EDE;
}
</style>