Shades of Bondi Blue #0A90AD
Tints of Bondi Blue #0A90AD
RGB
CMYK
RGB Variations
Color information
#0A90AD (or 0x0A90AD) is known color: Bondi Blue. HEX triplet: 0A, 90 and AD. RGB value is (10,144,173). Sum of RGB (Red+Green+Blue) = 10+144+173=327 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.06% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #0A90AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A90AD is #F56F52. Grayscale: #6A6A6A. Windows color (decimal): -16084819 or 11374602. OLE color: 11374602.
HSL color Cylindrical-coordinate representation of color #0A90AD: hue angle of 190.67º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A90AD is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 144 | 173 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.32 |
| HSL | 190.67º | 0.89% | 0.36% | - |
| HSV(B) | 190.67º | 0.94% | 0.68% | - |
| XYZ | 17.64 | 23.03 | 43.05 | - |
| YUV | 107.24 | 165.11 | 58.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 144 | 173 | 0.94 | 0.17 | 0 | 0.32 | 190.67 | 0.89 | 0.36 |
| Hex | A | 90 | AD | 5E | 11 | 0 | 20 | BF | 59 | 24 |
| Octal | 12 | 220 | 255 | 136 | 21 | 0 | 40 | 277 | 131 | 44 |
| Binary | 1010 | 10010000 | 10101101 | 1011110 | 10001 | 0 | 100000 | 10111111 | 1011001 | 100100 |
Color Harmonies of #0A90AD
Complementary color
Monochromatic Colors of #0A90AD
Black with #0A90AD
Text Example
Text Example
White with #0A90AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A90AD; }
p { color: rgb(10,144,173); }
H1.HeaderClassName
{
color: #0A90AD;
}
.AnyTagClassName
{
color: #0A90AD;
}
</style>
background-color css
<style>
a { background-color: #0A90AD; }
a { background-color: rgb(10,144,173); }
div.DivClassName
{
background-color: #0A90AD;
}
.BgClassName
{
background-color: #0A90AD;
}
</style>
border-color css
<style>
span { border-color: #0A90AD; }
span { border-color: rgb(10,144,173); }
td.TdClassName
{
border-color: #0A90AD;
}
.TagClassName
{
border-color: #0A90AD;
}
</style>