Shades of Bondi Blue #0D96AF
Tints of Bondi Blue #0D96AF
RGB
CMYK
RGB Variations
Color information
#0D96AF (or 0x0D96AF) is known color: Bondi Blue. HEX triplet: 0D, 96 and AF. RGB value is (13,150,175). Sum of RGB (Red+Green+Blue) = 13+150+175=338 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.85% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 175 (68.75% from 255 or 51.78% from 338); Max value from RGB is 175 - color contains mainly: blue. Hex color #0D96AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D96AF is #F26950. Grayscale: #6F6F6F. Windows color (decimal): -15886673 or 11507213. OLE color: 11507213.
HSL color Cylindrical-coordinate representation of color #0D96AF: hue angle of 189.26º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D96AF is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 150 | 175 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.31 |
| HSL | 189.26º | 0.86% | 0.37% | - |
| HSV(B) | 189.26º | 0.93% | 0.69% | - |
| XYZ | 18.81 | 24.99 | 44.39 | - |
| YUV | 111.89 | 163.61 | 57.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 150 | 175 | 0.93 | 0.14 | 0 | 0.31 | 189.26 | 0.86 | 0.37 |
| Hex | D | 96 | AF | 5D | E | 0 | 1F | BD | 56 | 25 |
| Octal | 15 | 226 | 257 | 135 | 16 | 0 | 37 | 275 | 126 | 45 |
| Binary | 1101 | 10010110 | 10101111 | 1011101 | 1110 | 0 | 11111 | 10111101 | 1010110 | 100101 |
Color Harmonies of #0D96AF
Complementary color
Monochromatic Colors of #0D96AF
Black with #0D96AF
Text Example
Text Example
White with #0D96AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D96AF; }
p { color: rgb(13,150,175); }
H1.HeaderClassName
{
color: #0D96AF;
}
.AnyTagClassName
{
color: #0D96AF;
}
</style>
background-color css
<style>
a { background-color: #0D96AF; }
a { background-color: rgb(13,150,175); }
div.DivClassName
{
background-color: #0D96AF;
}
.BgClassName
{
background-color: #0D96AF;
}
</style>
border-color css
<style>
span { border-color: #0D96AF; }
span { border-color: rgb(13,150,175); }
td.TdClassName
{
border-color: #0D96AF;
}
.TagClassName
{
border-color: #0D96AF;
}
</style>