Shades of Bondi Blue #0A8FAA
Tints of Bondi Blue #0A8FAA
RGB
CMYK
RGB Variations
Color information
#0A8FAA (or 0x0A8FAA) is known color: Bondi Blue. HEX triplet: 0A, 8F and AA. RGB value is (10,143,170). Sum of RGB (Red+Green+Blue) = 10+143+170=323 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.10% from 323); Green value is 143 (56.25% from 255 or 44.27% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #0A8FAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8FAA is #F57055. Grayscale: #6A6A6A. Windows color (decimal): -16085078 or 11177738. OLE color: 11177738.
HSL color Cylindrical-coordinate representation of color #0A8FAA: hue angle of 190.12º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A8FAA is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 143 | 170 | - |
| CMYK | 0.94 | 0.16 | 0 | 0.33 |
| HSL | 190.13º | 0.89% | 0.35% | - |
| HSV(B) | 190.13º | 0.94% | 0.67% | - |
| XYZ | 17.2 | 22.61 | 41.49 | - |
| YUV | 106.31 | 163.94 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 143 | 170 | 0.94 | 0.16 | 0 | 0.33 | 190.13 | 0.89 | 0.35 |
| Hex | A | 8F | AA | 5E | 10 | 0 | 21 | BE | 59 | 23 |
| Octal | 12 | 217 | 252 | 136 | 20 | 0 | 41 | 276 | 131 | 43 |
| Binary | 1010 | 10001111 | 10101010 | 1011110 | 10000 | 0 | 100001 | 10111110 | 1011001 | 100011 |
Color Harmonies of #0A8FAA
Complementary color
Monochromatic Colors of #0A8FAA
Black with #0A8FAA
Text Example
Text Example
White with #0A8FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8FAA; }
p { color: rgb(10,143,170); }
H1.HeaderClassName
{
color: #0A8FAA;
}
.AnyTagClassName
{
color: #0A8FAA;
}
</style>
background-color css
<style>
a { background-color: #0A8FAA; }
a { background-color: rgb(10,143,170); }
div.DivClassName
{
background-color: #0A8FAA;
}
.BgClassName
{
background-color: #0A8FAA;
}
</style>
border-color css
<style>
span { border-color: #0A8FAA; }
span { border-color: rgb(10,143,170); }
td.TdClassName
{
border-color: #0A8FAA;
}
.TagClassName
{
border-color: #0A8FAA;
}
</style>