Shades of Bondi Blue #0588C0
Tints of Bondi Blue #0588C0
RGB
CMYK
RGB Variations
Color information
#0588C0 (or 0x0588C0) is known color: Bondi Blue. HEX triplet: 05, 88 and C0. RGB value is (5,136,192). Sum of RGB (Red+Green+Blue) = 5+136+192=333 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 192 (75.39% from 255 or 57.66% from 333); Max value from RGB is 192 - color contains mainly: blue. Hex color #0588C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0588C0 is #FA773F. Grayscale: #666666. Windows color (decimal): -16414528 or 12617733. OLE color: 12617733.
HSL color Cylindrical-coordinate representation of color #0588C0: hue angle of 197.97º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0588C0 is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 136 | 192 | - |
| CMYK | 0.97 | 0.29 | 0 | 0.25 |
| HSL | 197.97º | 0.95% | 0.39% | - |
| HSV(B) | 197.97º | 0.97% | 0.75% | - |
| XYZ | 18.38 | 21.45 | 53.04 | - |
| YUV | 103.22 | 178.1 | 57.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 136 | 192 | 0.97 | 0.29 | 0 | 0.25 | 197.97 | 0.95 | 0.39 |
| Hex | 5 | 88 | C0 | 61 | 1D | 0 | 19 | C6 | 5F | 27 |
| Octal | 5 | 210 | 300 | 141 | 35 | 0 | 31 | 306 | 137 | 47 |
| Binary | 101 | 10001000 | 11000000 | 1100001 | 11101 | 0 | 11001 | 11000110 | 1011111 | 100111 |
Color Harmonies of #0588C0
Complementary color
Monochromatic Colors of #0588C0
Black with #0588C0
Text Example
Text Example
White with #0588C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0588C0; }
p { color: rgb(5,136,192); }
H1.HeaderClassName
{
color: #0588C0;
}
.AnyTagClassName
{
color: #0588C0;
}
</style>
background-color css
<style>
a { background-color: #0588C0; }
a { background-color: rgb(5,136,192); }
div.DivClassName
{
background-color: #0588C0;
}
.BgClassName
{
background-color: #0588C0;
}
</style>
border-color css
<style>
span { border-color: #0588C0; }
span { border-color: rgb(5,136,192); }
td.TdClassName
{
border-color: #0588C0;
}
.TagClassName
{
border-color: #0588C0;
}
</style>