Shades of Bondi Blue #0A8EAC
Tints of Bondi Blue #0A8EAC
RGB
CMYK
RGB Variations
Color information
#0A8EAC (or 0x0A8EAC) is known color: Bondi Blue. HEX triplet: 0A, 8E and AC. RGB value is (10,142,172). Sum of RGB (Red+Green+Blue) = 10+142+172=324 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.09% from 324); Green value is 142 (55.86% from 255 or 43.83% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A8EAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8EAC is #F57153. Grayscale: #696969. Windows color (decimal): -16085332 or 11308554. OLE color: 11308554.
HSL color Cylindrical-coordinate representation of color #0A8EAC: hue angle of 191.11º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A8EAC is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 142 | 172 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.33 |
| HSL | 191.11º | 0.89% | 0.36% | - |
| HSV(B) | 191.11º | 0.94% | 0.67% | - |
| XYZ | 17.24 | 22.39 | 42.44 | - |
| YUV | 105.95 | 165.27 | 59.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 142 | 172 | 0.94 | 0.17 | 0 | 0.33 | 191.11 | 0.89 | 0.36 |
| Hex | A | 8E | AC | 5E | 11 | 0 | 21 | BF | 59 | 24 |
| Octal | 12 | 216 | 254 | 136 | 21 | 0 | 41 | 277 | 131 | 44 |
| Binary | 1010 | 10001110 | 10101100 | 1011110 | 10001 | 0 | 100001 | 10111111 | 1011001 | 100100 |
Color Harmonies of #0A8EAC
Complementary color
Monochromatic Colors of #0A8EAC
Black with #0A8EAC
Text Example
Text Example
White with #0A8EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8EAC; }
p { color: rgb(10,142,172); }
H1.HeaderClassName
{
color: #0A8EAC;
}
.AnyTagClassName
{
color: #0A8EAC;
}
</style>
background-color css
<style>
a { background-color: #0A8EAC; }
a { background-color: rgb(10,142,172); }
div.DivClassName
{
background-color: #0A8EAC;
}
.BgClassName
{
background-color: #0A8EAC;
}
</style>
border-color css
<style>
span { border-color: #0A8EAC; }
span { border-color: rgb(10,142,172); }
td.TdClassName
{
border-color: #0A8EAC;
}
.TagClassName
{
border-color: #0A8EAC;
}
</style>