Shades of Pacific Blue #088CDE
Tints of Pacific Blue #088CDE
RGB
CMYK
RGB Variations
Color information
#088CDE (or 0x088CDE) is known color: Pacific Blue. HEX triplet: 08, 8C and DE. RGB value is (8,140,222). Sum of RGB (Red+Green+Blue) = 8+140+222=370 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #088CDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088CDE is #F77321. Grayscale: #6D6D6D. Windows color (decimal): -16216866 or 14584840. OLE color: 14584840.
HSL color Cylindrical-coordinate representation of color #088CDE: hue angle of 202.99º 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 #088CDE is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 140 | 222 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.13 |
| HSL | 202.99º | 0.93% | 0.45% | - |
| HSV(B) | 202.99º | 0.96% | 0.87% | - |
| XYZ | 22.66 | 24.08 | 72.56 | - |
| YUV | 109.88 | 191.27 | 55.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 140 | 222 | 0.96 | 0.37 | 0 | 0.13 | 202.99 | 0.93 | 0.45 |
| Hex | 8 | 8C | DE | 60 | 25 | 0 | D | CB | 5D | 2D |
| Octal | 10 | 214 | 336 | 140 | 45 | 0 | 15 | 313 | 135 | 55 |
| Binary | 1000 | 10001100 | 11011110 | 1100000 | 100101 | 0 | 1101 | 11001011 | 1011101 | 101101 |
Color Harmonies of #088CDE
Complementary color
Monochromatic Colors of #088CDE
Black with #088CDE
Text Example
Text Example
White with #088CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088CDE; }
p { color: rgb(8,140,222); }
H1.HeaderClassName
{
color: #088CDE;
}
.AnyTagClassName
{
color: #088CDE;
}
</style>
background-color css
<style>
a { background-color: #088CDE; }
a { background-color: rgb(8,140,222); }
div.DivClassName
{
background-color: #088CDE;
}
.BgClassName
{
background-color: #088CDE;
}
</style>
border-color css
<style>
span { border-color: #088CDE; }
span { border-color: rgb(8,140,222); }
td.TdClassName
{
border-color: #088CDE;
}
.TagClassName
{
border-color: #088CDE;
}
</style>