Shades of Pacific Blue #0888CA
Tints of Pacific Blue #0888CA
RGB
CMYK
RGB Variations
Color information
#0888CA (or 0x0888CA) is known color: Pacific Blue. HEX triplet: 08, 88 and CA. RGB value is (8,136,202). Sum of RGB (Red+Green+Blue) = 8+136+202=346 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 202 (79.30% from 255 or 58.38% from 346); Max value from RGB is 202 - color contains mainly: blue. Hex color #0888CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0888CA is #F77735. Grayscale: #686868. Windows color (decimal): -16217910 or 13273096. OLE color: 13273096.
HSL color Cylindrical-coordinate representation of color #0888CA: hue angle of 200.41º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0888CA is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 136 | 202 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.21 |
| HSL | 200.41º | 0.92% | 0.41% | - |
| HSV(B) | 200.41º | 0.96% | 0.79% | - |
| XYZ | 19.56 | 21.92 | 59.08 | - |
| YUV | 105.25 | 182.59 | 58.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 202 | 0.96 | 0.33 | 0 | 0.21 | 200.41 | 0.92 | 0.41 |
| Hex | 8 | 88 | CA | 60 | 21 | 0 | 15 | C8 | 5C | 29 |
| Octal | 10 | 210 | 312 | 140 | 41 | 0 | 25 | 310 | 134 | 51 |
| Binary | 1000 | 10001000 | 11001010 | 1100000 | 100001 | 0 | 10101 | 11001000 | 1011100 | 101001 |
Color Harmonies of #0888CA
Complementary color
Monochromatic Colors of #0888CA
Black with #0888CA
Text Example
Text Example
White with #0888CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0888CA; }
p { color: rgb(8,136,202); }
H1.HeaderClassName
{
color: #0888CA;
}
.AnyTagClassName
{
color: #0888CA;
}
</style>
background-color css
<style>
a { background-color: #0888CA; }
a { background-color: rgb(8,136,202); }
div.DivClassName
{
background-color: #0888CA;
}
.BgClassName
{
background-color: #0888CA;
}
</style>
border-color css
<style>
span { border-color: #0888CA; }
span { border-color: rgb(8,136,202); }
td.TdClassName
{
border-color: #0888CA;
}
.TagClassName
{
border-color: #0888CA;
}
</style>