Shades of Bondi Blue #0A8BBC
Tints of Bondi Blue #0A8BBC
RGB
CMYK
RGB Variations
Color information
#0A8BBC (or 0x0A8BBC) is known color: Bondi Blue. HEX triplet: 0A, 8B and BC. RGB value is (10,139,188). Sum of RGB (Red+Green+Blue) = 10+139+188=337 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.97% from 337); Green value is 139 (54.69% from 255 or 41.25% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A8BBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8BBC is #F57443. Grayscale: #696969. Windows color (decimal): -16086084 or 12356362. OLE color: 12356362.
HSL color Cylindrical-coordinate representation of color #0A8BBC: hue angle of 196.52º 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 #0A8BBC is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 139 | 188 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.26 |
| HSL | 196.52º | 0.9% | 0.39% | - |
| HSV(B) | 196.52º | 0.95% | 0.74% | - |
| XYZ | 18.43 | 22.16 | 50.88 | - |
| YUV | 106.02 | 174.26 | 59.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 139 | 188 | 0.95 | 0.26 | 0 | 0.26 | 196.52 | 0.9 | 0.39 |
| Hex | A | 8B | BC | 5F | 1A | 0 | 1A | C5 | 5A | 27 |
| Octal | 12 | 213 | 274 | 137 | 32 | 0 | 32 | 305 | 132 | 47 |
| Binary | 1010 | 10001011 | 10111100 | 1011111 | 11010 | 0 | 11010 | 11000101 | 1011010 | 100111 |
Color Harmonies of #0A8BBC
Complementary color
Monochromatic Colors of #0A8BBC
Black with #0A8BBC
Text Example
Text Example
White with #0A8BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8BBC; }
p { color: rgb(10,139,188); }
H1.HeaderClassName
{
color: #0A8BBC;
}
.AnyTagClassName
{
color: #0A8BBC;
}
</style>
background-color css
<style>
a { background-color: #0A8BBC; }
a { background-color: rgb(10,139,188); }
div.DivClassName
{
background-color: #0A8BBC;
}
.BgClassName
{
background-color: #0A8BBC;
}
</style>
border-color css
<style>
span { border-color: #0A8BBC; }
span { border-color: rgb(10,139,188); }
td.TdClassName
{
border-color: #0A8BBC;
}
.TagClassName
{
border-color: #0A8BBC;
}
</style>