Shades of Bondi Blue #0D99AB
Tints of Bondi Blue #0D99AB
RGB
CMYK
RGB Variations
Color information
#0D99AB (or 0x0D99AB) is known color: Bondi Blue. HEX triplet: 0D, 99 and AB. RGB value is (13,153,171). Sum of RGB (Red+Green+Blue) = 13+153+171=337 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.86% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #0D99AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D99AB is #F26654. Grayscale: #707070. Windows color (decimal): -15885909 or 11245837. OLE color: 11245837.
HSL color Cylindrical-coordinate representation of color #0D99AB: hue angle of 186.84º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D99AB is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 153 | 171 | - |
| CMYK | 0.92 | 0.11 | 0 | 0.33 |
| HSL | 186.84º | 0.86% | 0.36% | - |
| HSV(B) | 186.84º | 0.92% | 0.67% | - |
| XYZ | 18.91 | 25.81 | 42.51 | - |
| YUV | 113.19 | 160.62 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 153 | 171 | 0.92 | 0.11 | 0 | 0.33 | 186.84 | 0.86 | 0.36 |
| Hex | D | 99 | AB | 5C | B | 0 | 21 | BB | 56 | 24 |
| Octal | 15 | 231 | 253 | 134 | 13 | 0 | 41 | 273 | 126 | 44 |
| Binary | 1101 | 10011001 | 10101011 | 1011100 | 1011 | 0 | 100001 | 10111011 | 1010110 | 100100 |
Color Harmonies of #0D99AB
Complementary color
Monochromatic Colors of #0D99AB
Black with #0D99AB
Text Example
Text Example
White with #0D99AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D99AB; }
p { color: rgb(13,153,171); }
H1.HeaderClassName
{
color: #0D99AB;
}
.AnyTagClassName
{
color: #0D99AB;
}
</style>
background-color css
<style>
a { background-color: #0D99AB; }
a { background-color: rgb(13,153,171); }
div.DivClassName
{
background-color: #0D99AB;
}
.BgClassName
{
background-color: #0D99AB;
}
</style>
border-color css
<style>
span { border-color: #0D99AB; }
span { border-color: rgb(13,153,171); }
td.TdClassName
{
border-color: #0D99AB;
}
.TagClassName
{
border-color: #0D99AB;
}
</style>