Shades of Bondi Blue #0A9ABC
Tints of Bondi Blue #0A9ABC
RGB
CMYK
RGB Variations
Color information
#0A9ABC (or 0x0A9ABC) is known color: Bondi Blue. HEX triplet: 0A, 9A and BC. RGB value is (10,154,188). Sum of RGB (Red+Green+Blue) = 10+154+188=352 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.84% from 352); Green value is 154 (60.55% from 255 or 43.75% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A9ABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A9ABC is #F56543. Grayscale: #727272. Windows color (decimal): -16082244 or 12360202. OLE color: 12360202.
HSL color Cylindrical-coordinate representation of color #0A9ABC: hue angle of 191.46º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A9ABC is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 154 | 188 | - |
| CMYK | 0.95 | 0.18 | 0 | 0.26 |
| HSL | 191.46º | 0.9% | 0.39% | - |
| HSV(B) | 191.46º | 0.95% | 0.74% | - |
| XYZ | 20.76 | 26.81 | 51.66 | - |
| YUV | 114.82 | 169.29 | 53.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 154 | 188 | 0.95 | 0.18 | 0 | 0.26 | 191.46 | 0.9 | 0.39 |
| Hex | A | 9A | BC | 5F | 12 | 0 | 1A | BF | 5A | 27 |
| Octal | 12 | 232 | 274 | 137 | 22 | 0 | 32 | 277 | 132 | 47 |
| Binary | 1010 | 10011010 | 10111100 | 1011111 | 10010 | 0 | 11010 | 10111111 | 1011010 | 100111 |
Color Harmonies of #0A9ABC
Complementary color
Monochromatic Colors of #0A9ABC
Black with #0A9ABC
Text Example
Text Example
White with #0A9ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9ABC; }
p { color: rgb(10,154,188); }
H1.HeaderClassName
{
color: #0A9ABC;
}
.AnyTagClassName
{
color: #0A9ABC;
}
</style>
background-color css
<style>
a { background-color: #0A9ABC; }
a { background-color: rgb(10,154,188); }
div.DivClassName
{
background-color: #0A9ABC;
}
.BgClassName
{
background-color: #0A9ABC;
}
</style>
border-color css
<style>
span { border-color: #0A9ABC; }
span { border-color: rgb(10,154,188); }
td.TdClassName
{
border-color: #0A9ABC;
}
.TagClassName
{
border-color: #0A9ABC;
}
</style>