Shades of Bondi Blue #0D99AC
Tints of Bondi Blue #0D99AC
RGB
CMYK
RGB Variations
Color information
#0D99AC (or 0x0D99AC) is known color: Bondi Blue. HEX triplet: 0D, 99 and AC. RGB value is (13,153,172). Sum of RGB (Red+Green+Blue) = 13+153+172=338 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.85% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D99AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D99AC is #F26653. Grayscale: #717171. Windows color (decimal): -15885908 or 11311373. OLE color: 11311373.
HSL color Cylindrical-coordinate representation of color #0D99AC: hue angle of 187.17º 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 #0D99AC is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 153 | 172 | - |
| CMYK | 0.92 | 0.11 | 0 | 0.33 |
| HSL | 187.17º | 0.86% | 0.36% | - |
| HSV(B) | 187.17º | 0.92% | 0.67% | - |
| XYZ | 19 | 25.85 | 43.02 | - |
| YUV | 113.31 | 161.12 | 56.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 153 | 172 | 0.92 | 0.11 | 0 | 0.33 | 187.17 | 0.86 | 0.36 |
| Hex | D | 99 | AC | 5C | B | 0 | 21 | BB | 56 | 24 |
| Octal | 15 | 231 | 254 | 134 | 13 | 0 | 41 | 273 | 126 | 44 |
| Binary | 1101 | 10011001 | 10101100 | 1011100 | 1011 | 0 | 100001 | 10111011 | 1010110 | 100100 |
Color Harmonies of #0D99AC
Complementary color
Monochromatic Colors of #0D99AC
Black with #0D99AC
Text Example
Text Example
White with #0D99AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D99AC; }
p { color: rgb(13,153,172); }
H1.HeaderClassName
{
color: #0D99AC;
}
.AnyTagClassName
{
color: #0D99AC;
}
</style>
background-color css
<style>
a { background-color: #0D99AC; }
a { background-color: rgb(13,153,172); }
div.DivClassName
{
background-color: #0D99AC;
}
.BgClassName
{
background-color: #0D99AC;
}
</style>
border-color css
<style>
span { border-color: #0D99AC; }
span { border-color: rgb(13,153,172); }
td.TdClassName
{
border-color: #0D99AC;
}
.TagClassName
{
border-color: #0D99AC;
}
</style>