Shades of Bondi Blue #0A8ABC
Tints of Bondi Blue #0A8ABC
RGB
CMYK
RGB Variations
Color information
#0A8ABC (or 0x0A8ABC) is known color: Bondi Blue. HEX triplet: 0A, 8A and BC. RGB value is (10,138,188). Sum of RGB (Red+Green+Blue) = 10+138+188=336 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.98% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A8ABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8ABC is #F57543. Grayscale: #696969. Windows color (decimal): -16086340 or 12356106. OLE color: 12356106.
HSL color Cylindrical-coordinate representation of color #0A8ABC: hue angle of 196.85º 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 #0A8ABC is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 138 | 188 | - |
| CMYK | 0.95 | 0.27 | 0 | 0.26 |
| HSL | 196.85º | 0.9% | 0.39% | - |
| HSV(B) | 196.85º | 0.95% | 0.74% | - |
| XYZ | 18.29 | 21.87 | 50.83 | - |
| YUV | 105.43 | 174.59 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 138 | 188 | 0.95 | 0.27 | 0 | 0.26 | 196.85 | 0.9 | 0.39 |
| Hex | A | 8A | BC | 5F | 1B | 0 | 1A | C5 | 5A | 27 |
| Octal | 12 | 212 | 274 | 137 | 33 | 0 | 32 | 305 | 132 | 47 |
| Binary | 1010 | 10001010 | 10111100 | 1011111 | 11011 | 0 | 11010 | 11000101 | 1011010 | 100111 |
Color Harmonies of #0A8ABC
Complementary color
Monochromatic Colors of #0A8ABC
Black with #0A8ABC
Text Example
Text Example
White with #0A8ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8ABC; }
p { color: rgb(10,138,188); }
H1.HeaderClassName
{
color: #0A8ABC;
}
.AnyTagClassName
{
color: #0A8ABC;
}
</style>
background-color css
<style>
a { background-color: #0A8ABC; }
a { background-color: rgb(10,138,188); }
div.DivClassName
{
background-color: #0A8ABC;
}
.BgClassName
{
background-color: #0A8ABC;
}
</style>
border-color css
<style>
span { border-color: #0A8ABC; }
span { border-color: rgb(10,138,188); }
td.TdClassName
{
border-color: #0A8ABC;
}
.TagClassName
{
border-color: #0A8ABC;
}
</style>