Shades of Bondi Blue #0D96AC
Tints of Bondi Blue #0D96AC
RGB
CMYK
RGB Variations
Color information
#0D96AC (or 0x0D96AC) is known color: Bondi Blue. HEX triplet: 0D, 96 and AC. RGB value is (13,150,172). Sum of RGB (Red+Green+Blue) = 13+150+172=335 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.88% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D96AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D96AC is #F26953. Grayscale: #6F6F6F. Windows color (decimal): -15886676 or 11310605. OLE color: 11310605.
HSL color Cylindrical-coordinate representation of color #0D96AC: hue angle of 188.3º 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 #0D96AC is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 150 | 172 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.33 |
| HSL | 188.3º | 0.86% | 0.36% | - |
| HSV(B) | 188.3º | 0.92% | 0.67% | - |
| XYZ | 18.52 | 24.88 | 42.86 | - |
| YUV | 111.55 | 162.11 | 57.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 150 | 172 | 0.92 | 0.13 | 0 | 0.33 | 188.3 | 0.86 | 0.36 |
| Hex | D | 96 | AC | 5C | D | 0 | 21 | BC | 56 | 24 |
| Octal | 15 | 226 | 254 | 134 | 15 | 0 | 41 | 274 | 126 | 44 |
| Binary | 1101 | 10010110 | 10101100 | 1011100 | 1101 | 0 | 100001 | 10111100 | 1010110 | 100100 |
Color Harmonies of #0D96AC
Complementary color
Monochromatic Colors of #0D96AC
Black with #0D96AC
Text Example
Text Example
White with #0D96AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D96AC; }
p { color: rgb(13,150,172); }
H1.HeaderClassName
{
color: #0D96AC;
}
.AnyTagClassName
{
color: #0D96AC;
}
</style>
background-color css
<style>
a { background-color: #0D96AC; }
a { background-color: rgb(13,150,172); }
div.DivClassName
{
background-color: #0D96AC;
}
.BgClassName
{
background-color: #0D96AC;
}
</style>
border-color css
<style>
span { border-color: #0D96AC; }
span { border-color: rgb(13,150,172); }
td.TdClassName
{
border-color: #0D96AC;
}
.TagClassName
{
border-color: #0D96AC;
}
</style>