Shades of Pacific Blue #0588CE
Tints of Pacific Blue #0588CE
RGB
CMYK
RGB Variations
Color information
#0588CE (or 0x0588CE) is known color: Pacific Blue. HEX triplet: 05, 88 and CE. RGB value is (5,136,206). Sum of RGB (Red+Green+Blue) = 5+136+206=347 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #0588CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0588CE is #FA7731. Grayscale: #686868. Windows color (decimal): -16414514 or 13535237. OLE color: 13535237.
HSL color Cylindrical-coordinate representation of color #0588CE: hue angle of 200.9º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0588CE is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 136 | 206 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.19 |
| HSL | 200.9º | 0.95% | 0.41% | - |
| HSV(B) | 200.9º | 0.98% | 0.81% | - |
| XYZ | 20.01 | 22.1 | 61.6 | - |
| YUV | 104.81 | 185.1 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 136 | 206 | 0.98 | 0.34 | 0 | 0.19 | 200.9 | 0.95 | 0.41 |
| Hex | 5 | 88 | CE | 62 | 22 | 0 | 13 | C9 | 5F | 29 |
| Octal | 5 | 210 | 316 | 142 | 42 | 0 | 23 | 311 | 137 | 51 |
| Binary | 101 | 10001000 | 11001110 | 1100010 | 100010 | 0 | 10011 | 11001001 | 1011111 | 101001 |
Color Harmonies of #0588CE
Complementary color
Monochromatic Colors of #0588CE
Black with #0588CE
Text Example
Text Example
White with #0588CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0588CE; }
p { color: rgb(5,136,206); }
H1.HeaderClassName
{
color: #0588CE;
}
.AnyTagClassName
{
color: #0588CE;
}
</style>
background-color css
<style>
a { background-color: #0588CE; }
a { background-color: rgb(5,136,206); }
div.DivClassName
{
background-color: #0588CE;
}
.BgClassName
{
background-color: #0588CE;
}
</style>
border-color css
<style>
span { border-color: #0588CE; }
span { border-color: rgb(5,136,206); }
td.TdClassName
{
border-color: #0588CE;
}
.TagClassName
{
border-color: #0588CE;
}
</style>