Shades of Pacific Blue #088ADE
Tints of Pacific Blue #088ADE
RGB
CMYK
RGB Variations
Color information
#088ADE (or 0x088ADE) is known color: Pacific Blue. HEX triplet: 08, 8A and DE. RGB value is (8,138,222). Sum of RGB (Red+Green+Blue) = 8+138+222=368 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 222 (87.11% from 255 or 60.33% from 368); Max value from RGB is 222 - color contains mainly: blue. Hex color #088ADE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088ADE is #F77521. Grayscale: #6C6C6C. Windows color (decimal): -16217378 or 14584328. OLE color: 14584328.
HSL color Cylindrical-coordinate representation of color #088ADE: hue angle of 203.55º 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 #088ADE is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 138 | 222 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.13 |
| HSL | 203.55º | 0.93% | 0.45% | - |
| HSV(B) | 203.55º | 0.96% | 0.87% | - |
| XYZ | 22.37 | 23.5 | 72.46 | - |
| YUV | 108.71 | 191.93 | 56.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 138 | 222 | 0.96 | 0.38 | 0 | 0.13 | 203.55 | 0.93 | 0.45 |
| Hex | 8 | 8A | DE | 60 | 26 | 0 | D | CC | 5D | 2D |
| Octal | 10 | 212 | 336 | 140 | 46 | 0 | 15 | 314 | 135 | 55 |
| Binary | 1000 | 10001010 | 11011110 | 1100000 | 100110 | 0 | 1101 | 11001100 | 1011101 | 101101 |
Color Harmonies of #088ADE
Complementary color
Monochromatic Colors of #088ADE
Black with #088ADE
Text Example
Text Example
White with #088ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088ADE; }
p { color: rgb(8,138,222); }
H1.HeaderClassName
{
color: #088ADE;
}
.AnyTagClassName
{
color: #088ADE;
}
</style>
background-color css
<style>
a { background-color: #088ADE; }
a { background-color: rgb(8,138,222); }
div.DivClassName
{
background-color: #088ADE;
}
.BgClassName
{
background-color: #088ADE;
}
</style>
border-color css
<style>
span { border-color: #088ADE; }
span { border-color: rgb(8,138,222); }
td.TdClassName
{
border-color: #088ADE;
}
.TagClassName
{
border-color: #088ADE;
}
</style>