Shades of Bondi Blue #0A8EC2
Tints of Bondi Blue #0A8EC2
RGB
CMYK
RGB Variations
Color information
#0A8EC2 (or 0x0A8EC2) is known color: Bondi Blue. HEX triplet: 0A, 8E and C2. RGB value is (10,142,194). Sum of RGB (Red+Green+Blue) = 10+142+194=346 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.89% from 346); Green value is 142 (55.86% from 255 or 41.04% from 346); Blue value is 194 (76.17% from 255 or 56.07% from 346); Max value from RGB is 194 - color contains mainly: blue. Hex color #0A8EC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8EC2 is #F5713D. Grayscale: #6C6C6C. Windows color (decimal): -16085310 or 12750346. OLE color: 12750346.
HSL color Cylindrical-coordinate representation of color #0A8EC2: hue angle of 196.96º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A8EC2 is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 142 | 194 | - |
| CMYK | 0.95 | 0.27 | 0 | 0.24 |
| HSL | 196.96º | 0.9% | 0.4% | - |
| HSV(B) | 196.96º | 0.95% | 0.76% | - |
| XYZ | 19.54 | 23.31 | 54.51 | - |
| YUV | 108.46 | 176.27 | 57.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 142 | 194 | 0.95 | 0.27 | 0 | 0.24 | 196.96 | 0.9 | 0.4 |
| Hex | A | 8E | C2 | 5F | 1B | 0 | 18 | C5 | 5A | 28 |
| Octal | 12 | 216 | 302 | 137 | 33 | 0 | 30 | 305 | 132 | 50 |
| Binary | 1010 | 10001110 | 11000010 | 1011111 | 11011 | 0 | 11000 | 11000101 | 1011010 | 101000 |
Color Harmonies of #0A8EC2
Complementary color
Monochromatic Colors of #0A8EC2
Black with #0A8EC2
Text Example
Text Example
White with #0A8EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8EC2; }
p { color: rgb(10,142,194); }
H1.HeaderClassName
{
color: #0A8EC2;
}
.AnyTagClassName
{
color: #0A8EC2;
}
</style>
background-color css
<style>
a { background-color: #0A8EC2; }
a { background-color: rgb(10,142,194); }
div.DivClassName
{
background-color: #0A8EC2;
}
.BgClassName
{
background-color: #0A8EC2;
}
</style>
border-color css
<style>
span { border-color: #0A8EC2; }
span { border-color: rgb(10,142,194); }
td.TdClassName
{
border-color: #0A8EC2;
}
.TagClassName
{
border-color: #0A8EC2;
}
</style>