Shades of Bondi Blue #0C8AAE
Tints of Bondi Blue #0C8AAE
RGB
CMYK
RGB Variations
Color information
#0C8AAE (or 0x0C8AAE) is known color: Bondi Blue. HEX triplet: 0C, 8A and AE. RGB value is (12,138,174). Sum of RGB (Red+Green+Blue) = 12+138+174=324 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.70% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C8AAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8AAE is #F37551. Grayscale: #686868. Windows color (decimal): -15955282 or 11438604. OLE color: 11438604.
HSL color Cylindrical-coordinate representation of color #0C8AAE: hue angle of 193.33º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C8AAE is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 138 | 174 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.32 |
| HSL | 193.33º | 0.87% | 0.36% | - |
| HSV(B) | 193.33º | 0.93% | 0.68% | - |
| XYZ | 16.88 | 21.31 | 43.27 | - |
| YUV | 104.43 | 167.26 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 138 | 174 | 0.93 | 0.21 | 0 | 0.32 | 193.33 | 0.87 | 0.36 |
| Hex | C | 8A | AE | 5D | 15 | 0 | 20 | C1 | 57 | 24 |
| Octal | 14 | 212 | 256 | 135 | 25 | 0 | 40 | 301 | 127 | 44 |
| Binary | 1100 | 10001010 | 10101110 | 1011101 | 10101 | 0 | 100000 | 11000001 | 1010111 | 100100 |
Color Harmonies of #0C8AAE
Complementary color
Monochromatic Colors of #0C8AAE
Black with #0C8AAE
Text Example
Text Example
White with #0C8AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8AAE; }
p { color: rgb(12,138,174); }
H1.HeaderClassName
{
color: #0C8AAE;
}
.AnyTagClassName
{
color: #0C8AAE;
}
</style>
background-color css
<style>
a { background-color: #0C8AAE; }
a { background-color: rgb(12,138,174); }
div.DivClassName
{
background-color: #0C8AAE;
}
.BgClassName
{
background-color: #0C8AAE;
}
</style>
border-color css
<style>
span { border-color: #0C8AAE; }
span { border-color: rgb(12,138,174); }
td.TdClassName
{
border-color: #0C8AAE;
}
.TagClassName
{
border-color: #0C8AAE;
}
</style>