Shades of Bondi Blue #0D96BE
Tints of Bondi Blue #0D96BE
RGB
CMYK
RGB Variations
Color information
#0D96BE (or 0x0D96BE) is known color: Bondi Blue. HEX triplet: 0D, 96 and BE. RGB value is (13,150,190). Sum of RGB (Red+Green+Blue) = 13+150+190=353 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.68% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #0D96BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D96BE is #F26941. Grayscale: #717171. Windows color (decimal): -15886658 or 12490253. OLE color: 12490253.
HSL color Cylindrical-coordinate representation of color #0D96BE: hue angle of 193.56º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D96BE is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 150 | 190 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.25 |
| HSL | 193.56º | 0.87% | 0.4% | - |
| HSV(B) | 193.56º | 0.93% | 0.75% | - |
| XYZ | 20.37 | 25.62 | 52.59 | - |
| YUV | 113.6 | 171.11 | 56.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 150 | 190 | 0.93 | 0.21 | 0 | 0.25 | 193.56 | 0.87 | 0.4 |
| Hex | D | 96 | BE | 5D | 15 | 0 | 19 | C2 | 57 | 28 |
| Octal | 15 | 226 | 276 | 135 | 25 | 0 | 31 | 302 | 127 | 50 |
| Binary | 1101 | 10010110 | 10111110 | 1011101 | 10101 | 0 | 11001 | 11000010 | 1010111 | 101000 |
Color Harmonies of #0D96BE
Complementary color
Monochromatic Colors of #0D96BE
Black with #0D96BE
Text Example
Text Example
White with #0D96BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D96BE; }
p { color: rgb(13,150,190); }
H1.HeaderClassName
{
color: #0D96BE;
}
.AnyTagClassName
{
color: #0D96BE;
}
</style>
background-color css
<style>
a { background-color: #0D96BE; }
a { background-color: rgb(13,150,190); }
div.DivClassName
{
background-color: #0D96BE;
}
.BgClassName
{
background-color: #0D96BE;
}
</style>
border-color css
<style>
span { border-color: #0D96BE; }
span { border-color: rgb(13,150,190); }
td.TdClassName
{
border-color: #0D96BE;
}
.TagClassName
{
border-color: #0D96BE;
}
</style>