Shades of Bondi Blue #0D99BA
Tints of Bondi Blue #0D99BA
RGB
CMYK
RGB Variations
Color information
#0D99BA (or 0x0D99BA) is known color: Bondi Blue. HEX triplet: 0D, 99 and BA. RGB value is (13,153,186). Sum of RGB (Red+Green+Blue) = 13+153+186=352 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.69% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #0D99BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D99BA is #F26645. Grayscale: #727272. Windows color (decimal): -15885894 or 12228877. OLE color: 12228877.
HSL color Cylindrical-coordinate representation of color #0D99BA: hue angle of 191.45º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D99BA is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 153 | 186 | - |
| CMYK | 0.93 | 0.18 | 0 | 0.27 |
| HSL | 191.45º | 0.87% | 0.39% | - |
| HSV(B) | 191.45º | 0.93% | 0.73% | - |
| XYZ | 20.42 | 26.41 | 50.48 | - |
| YUV | 114.9 | 168.12 | 55.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 153 | 186 | 0.93 | 0.18 | 0 | 0.27 | 191.45 | 0.87 | 0.39 |
| Hex | D | 99 | BA | 5D | 12 | 0 | 1B | BF | 57 | 27 |
| Octal | 15 | 231 | 272 | 135 | 22 | 0 | 33 | 277 | 127 | 47 |
| Binary | 1101 | 10011001 | 10111010 | 1011101 | 10010 | 0 | 11011 | 10111111 | 1010111 | 100111 |
Color Harmonies of #0D99BA
Complementary color
Monochromatic Colors of #0D99BA
Black with #0D99BA
Text Example
Text Example
White with #0D99BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D99BA; }
p { color: rgb(13,153,186); }
H1.HeaderClassName
{
color: #0D99BA;
}
.AnyTagClassName
{
color: #0D99BA;
}
</style>
background-color css
<style>
a { background-color: #0D99BA; }
a { background-color: rgb(13,153,186); }
div.DivClassName
{
background-color: #0D99BA;
}
.BgClassName
{
background-color: #0D99BA;
}
</style>
border-color css
<style>
span { border-color: #0D99BA; }
span { border-color: rgb(13,153,186); }
td.TdClassName
{
border-color: #0D99BA;
}
.TagClassName
{
border-color: #0D99BA;
}
</style>