Shades of Bondi Blue #0D88BD
Tints of Bondi Blue #0D88BD
RGB
CMYK
RGB Variations
Color information
#0D88BD (or 0x0D88BD) is known color: Bondi Blue. HEX triplet: 0D, 88 and BD. RGB value is (13,136,189). Sum of RGB (Red+Green+Blue) = 13+136+189=338 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.85% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 189 (74.22% from 255 or 55.92% from 338); Max value from RGB is 189 - color contains mainly: blue. Hex color #0D88BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D88BD is #F27742. Grayscale: #686868. Windows color (decimal): -15890243 or 12421133. OLE color: 12421133.
HSL color Cylindrical-coordinate representation of color #0D88BD: hue angle of 198.07º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D88BD is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 136 | 189 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.26 |
| HSL | 198.07º | 0.87% | 0.4% | - |
| HSV(B) | 198.07º | 0.93% | 0.74% | - |
| XYZ | 18.16 | 21.37 | 51.31 | - |
| YUV | 105.27 | 175.25 | 62.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 136 | 189 | 0.93 | 0.28 | 0 | 0.26 | 198.07 | 0.87 | 0.4 |
| Hex | D | 88 | BD | 5D | 1C | 0 | 1A | C6 | 57 | 28 |
| Octal | 15 | 210 | 275 | 135 | 34 | 0 | 32 | 306 | 127 | 50 |
| Binary | 1101 | 10001000 | 10111101 | 1011101 | 11100 | 0 | 11010 | 11000110 | 1010111 | 101000 |
Color Harmonies of #0D88BD
Complementary color
Monochromatic Colors of #0D88BD
Black with #0D88BD
Text Example
Text Example
White with #0D88BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D88BD; }
p { color: rgb(13,136,189); }
H1.HeaderClassName
{
color: #0D88BD;
}
.AnyTagClassName
{
color: #0D88BD;
}
</style>
background-color css
<style>
a { background-color: #0D88BD; }
a { background-color: rgb(13,136,189); }
div.DivClassName
{
background-color: #0D88BD;
}
.BgClassName
{
background-color: #0D88BD;
}
</style>
border-color css
<style>
span { border-color: #0D88BD; }
span { border-color: rgb(13,136,189); }
td.TdClassName
{
border-color: #0D88BD;
}
.TagClassName
{
border-color: #0D88BD;
}
</style>