Shades of Bondi Blue #0D90AC
Tints of Bondi Blue #0D90AC
RGB
CMYK
RGB Variations
Color information
#0D90AC (or 0x0D90AC) is known color: Bondi Blue. HEX triplet: 0D, 90 and AC. RGB value is (13,144,172). Sum of RGB (Red+Green+Blue) = 13+144+172=329 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.95% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D90AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D90AC is #F26F53. Grayscale: #6B6B6B. Windows color (decimal): -15888212 or 11309069. OLE color: 11309069.
HSL color Cylindrical-coordinate representation of color #0D90AC: hue angle of 190.57º 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 #0D90AC is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 144 | 172 | - |
| CMYK | 0.92 | 0.16 | 0 | 0.33 |
| HSL | 190.57º | 0.86% | 0.36% | - |
| HSV(B) | 190.57º | 0.92% | 0.67% | - |
| XYZ | 17.59 | 23.01 | 42.54 | - |
| YUV | 108.02 | 164.1 | 60.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 144 | 172 | 0.92 | 0.16 | 0 | 0.33 | 190.57 | 0.86 | 0.36 |
| Hex | D | 90 | AC | 5C | 10 | 0 | 21 | BF | 56 | 24 |
| Octal | 15 | 220 | 254 | 134 | 20 | 0 | 41 | 277 | 126 | 44 |
| Binary | 1101 | 10010000 | 10101100 | 1011100 | 10000 | 0 | 100001 | 10111111 | 1010110 | 100100 |
Color Harmonies of #0D90AC
Complementary color
Monochromatic Colors of #0D90AC
Black with #0D90AC
Text Example
Text Example
White with #0D90AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D90AC; }
p { color: rgb(13,144,172); }
H1.HeaderClassName
{
color: #0D90AC;
}
.AnyTagClassName
{
color: #0D90AC;
}
</style>
background-color css
<style>
a { background-color: #0D90AC; }
a { background-color: rgb(13,144,172); }
div.DivClassName
{
background-color: #0D90AC;
}
.BgClassName
{
background-color: #0D90AC;
}
</style>
border-color css
<style>
span { border-color: #0D90AC; }
span { border-color: rgb(13,144,172); }
td.TdClassName
{
border-color: #0D90AC;
}
.TagClassName
{
border-color: #0D90AC;
}
</style>