Shades of Pacific Blue #088EDF
Tints of Pacific Blue #088EDF
RGB
CMYK
RGB Variations
Color information
#088EDF (or 0x088EDF) is known color: Pacific Blue. HEX triplet: 08, 8E and DF. RGB value is (8,142,223). Sum of RGB (Red+Green+Blue) = 8+142+223=373 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.14% from 373); Green value is 142 (55.86% from 255 or 38.07% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #088EDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088EDF is #F77120. Grayscale: #6E6E6E. Windows color (decimal): -16216353 or 14650888. OLE color: 14650888.
HSL color Cylindrical-coordinate representation of color #088EDF: hue angle of 202.6º 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 #088EDF is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 142 | 223 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.13 |
| HSL | 202.6º | 0.93% | 0.45% | - |
| HSV(B) | 202.6º | 0.96% | 0.87% | - |
| XYZ | 23.09 | 24.73 | 73.37 | - |
| YUV | 111.17 | 191.11 | 54.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 142 | 223 | 0.96 | 0.36 | 0 | 0.13 | 202.6 | 0.93 | 0.45 |
| Hex | 8 | 8E | DF | 60 | 24 | 0 | D | CB | 5D | 2D |
| Octal | 10 | 216 | 337 | 140 | 44 | 0 | 15 | 313 | 135 | 55 |
| Binary | 1000 | 10001110 | 11011111 | 1100000 | 100100 | 0 | 1101 | 11001011 | 1011101 | 101101 |
Color Harmonies of #088EDF
Complementary color
Monochromatic Colors of #088EDF
Black with #088EDF
Text Example
Text Example
White with #088EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088EDF; }
p { color: rgb(8,142,223); }
H1.HeaderClassName
{
color: #088EDF;
}
.AnyTagClassName
{
color: #088EDF;
}
</style>
background-color css
<style>
a { background-color: #088EDF; }
a { background-color: rgb(8,142,223); }
div.DivClassName
{
background-color: #088EDF;
}
.BgClassName
{
background-color: #088EDF;
}
</style>
border-color css
<style>
span { border-color: #088EDF; }
span { border-color: rgb(8,142,223); }
td.TdClassName
{
border-color: #088EDF;
}
.TagClassName
{
border-color: #088EDF;
}
</style>