Shades of Bondi Blue #0A8FBC
Tints of Bondi Blue #0A8FBC
RGB
CMYK
RGB Variations
Color information
#0A8FBC (or 0x0A8FBC) is known color: Bondi Blue. HEX triplet: 0A, 8F and BC. RGB value is (10,143,188). Sum of RGB (Red+Green+Blue) = 10+143+188=341 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.93% from 341); Green value is 143 (56.25% from 255 or 41.94% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A8FBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8FBC is #F57043. Grayscale: #6C6C6C. Windows color (decimal): -16085060 or 12357386. OLE color: 12357386.
HSL color Cylindrical-coordinate representation of color #0A8FBC: hue angle of 195.17º 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 #0A8FBC is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 143 | 188 | - |
| CMYK | 0.95 | 0.24 | 0 | 0.26 |
| HSL | 195.17º | 0.9% | 0.39% | - |
| HSV(B) | 195.17º | 0.95% | 0.74% | - |
| XYZ | 19.02 | 23.34 | 51.08 | - |
| YUV | 108.36 | 172.94 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 143 | 188 | 0.95 | 0.24 | 0 | 0.26 | 195.17 | 0.9 | 0.39 |
| Hex | A | 8F | BC | 5F | 18 | 0 | 1A | C3 | 5A | 27 |
| Octal | 12 | 217 | 274 | 137 | 30 | 0 | 32 | 303 | 132 | 47 |
| Binary | 1010 | 10001111 | 10111100 | 1011111 | 11000 | 0 | 11010 | 11000011 | 1011010 | 100111 |
Color Harmonies of #0A8FBC
Complementary color
Monochromatic Colors of #0A8FBC
Black with #0A8FBC
Text Example
Text Example
White with #0A8FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8FBC; }
p { color: rgb(10,143,188); }
H1.HeaderClassName
{
color: #0A8FBC;
}
.AnyTagClassName
{
color: #0A8FBC;
}
</style>
background-color css
<style>
a { background-color: #0A8FBC; }
a { background-color: rgb(10,143,188); }
div.DivClassName
{
background-color: #0A8FBC;
}
.BgClassName
{
background-color: #0A8FBC;
}
</style>
border-color css
<style>
span { border-color: #0A8FBC; }
span { border-color: rgb(10,143,188); }
td.TdClassName
{
border-color: #0A8FBC;
}
.TagClassName
{
border-color: #0A8FBC;
}
</style>