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