Shades of Bondi Blue #0D90AB
Tints of Bondi Blue #0D90AB
RGB
CMYK
RGB Variations
Color information
#0D90AB (or 0x0D90AB) is known color: Bondi Blue. HEX triplet: 0D, 90 and AB. RGB value is (13,144,171). Sum of RGB (Red+Green+Blue) = 13+144+171=328 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.96% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #0D90AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D90AB is #F26F54. Grayscale: #6B6B6B. Windows color (decimal): -15888213 or 11243533. OLE color: 11243533.
HSL color Cylindrical-coordinate representation of color #0D90AB: hue angle of 190.25º 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 #0D90AB is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 144 | 171 | - |
| CMYK | 0.92 | 0.16 | 0 | 0.33 |
| HSL | 190.25º | 0.86% | 0.36% | - |
| HSV(B) | 190.25º | 0.92% | 0.67% | - |
| XYZ | 17.49 | 22.97 | 42.04 | - |
| YUV | 107.91 | 163.6 | 60.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 144 | 171 | 0.92 | 0.16 | 0 | 0.33 | 190.25 | 0.86 | 0.36 |
| Hex | D | 90 | AB | 5C | 10 | 0 | 21 | BE | 56 | 24 |
| Octal | 15 | 220 | 253 | 134 | 20 | 0 | 41 | 276 | 126 | 44 |
| Binary | 1101 | 10010000 | 10101011 | 1011100 | 10000 | 0 | 100001 | 10111110 | 1010110 | 100100 |
Color Harmonies of #0D90AB
Complementary color
Monochromatic Colors of #0D90AB
Black with #0D90AB
Text Example
Text Example
White with #0D90AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D90AB; }
p { color: rgb(13,144,171); }
H1.HeaderClassName
{
color: #0D90AB;
}
.AnyTagClassName
{
color: #0D90AB;
}
</style>
background-color css
<style>
a { background-color: #0D90AB; }
a { background-color: rgb(13,144,171); }
div.DivClassName
{
background-color: #0D90AB;
}
.BgClassName
{
background-color: #0D90AB;
}
</style>
border-color css
<style>
span { border-color: #0D90AB; }
span { border-color: rgb(13,144,171); }
td.TdClassName
{
border-color: #0D90AB;
}
.TagClassName
{
border-color: #0D90AB;
}
</style>