Shades of Bondi Blue #0A8FAB
Tints of Bondi Blue #0A8FAB
RGB
CMYK
RGB Variations
Color information
#0A8FAB (or 0x0A8FAB) is known color: Bondi Blue. HEX triplet: 0A, 8F and AB. RGB value is (10,143,171). Sum of RGB (Red+Green+Blue) = 10+143+171=324 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.09% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #0A8FAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8FAB is #F57054. Grayscale: #6A6A6A. Windows color (decimal): -16085077 or 11243274. OLE color: 11243274.
HSL color Cylindrical-coordinate representation of color #0A8FAB: hue angle of 190.43º 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 #0A8FAB is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 143 | 171 | - |
| CMYK | 0.94 | 0.16 | 0 | 0.33 |
| HSL | 190.43º | 0.89% | 0.35% | - |
| HSV(B) | 190.43º | 0.94% | 0.67% | - |
| XYZ | 17.3 | 22.65 | 41.99 | - |
| YUV | 106.43 | 164.44 | 59.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 143 | 171 | 0.94 | 0.16 | 0 | 0.33 | 190.43 | 0.89 | 0.35 |
| Hex | A | 8F | AB | 5E | 10 | 0 | 21 | BE | 59 | 23 |
| Octal | 12 | 217 | 253 | 136 | 20 | 0 | 41 | 276 | 131 | 43 |
| Binary | 1010 | 10001111 | 10101011 | 1011110 | 10000 | 0 | 100001 | 10111110 | 1011001 | 100011 |
Color Harmonies of #0A8FAB
Complementary color
Monochromatic Colors of #0A8FAB
Black with #0A8FAB
Text Example
Text Example
White with #0A8FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8FAB; }
p { color: rgb(10,143,171); }
H1.HeaderClassName
{
color: #0A8FAB;
}
.AnyTagClassName
{
color: #0A8FAB;
}
</style>
background-color css
<style>
a { background-color: #0A8FAB; }
a { background-color: rgb(10,143,171); }
div.DivClassName
{
background-color: #0A8FAB;
}
.BgClassName
{
background-color: #0A8FAB;
}
</style>
border-color css
<style>
span { border-color: #0A8FAB; }
span { border-color: rgb(10,143,171); }
td.TdClassName
{
border-color: #0A8FAB;
}
.TagClassName
{
border-color: #0A8FAB;
}
</style>