Shades of Bondi Blue #0C8BAE
Tints of Bondi Blue #0C8BAE
RGB
CMYK
RGB Variations
Color information
#0C8BAE (or 0x0C8BAE) is known color: Bondi Blue. HEX triplet: 0C, 8B and AE. RGB value is (12,139,174). Sum of RGB (Red+Green+Blue) = 12+139+174=325 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.69% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C8BAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8BAE is #F37451. Grayscale: #686868. Windows color (decimal): -15955026 or 11438860. OLE color: 11438860.
HSL color Cylindrical-coordinate representation of color #0C8BAE: hue angle of 192.96º 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 #0C8BAE is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 139 | 174 | - |
| CMYK | 0.93 | 0.20 | 0 | 0.32 |
| HSL | 192.96º | 0.87% | 0.36% | - |
| HSV(B) | 192.96º | 0.93% | 0.68% | - |
| XYZ | 17.02 | 21.6 | 43.32 | - |
| YUV | 105.02 | 166.92 | 61.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 139 | 174 | 0.93 | 0.20 | 0 | 0.32 | 192.96 | 0.87 | 0.36 |
| Hex | C | 8B | AE | 5D | 14 | 0 | 20 | C1 | 57 | 24 |
| Octal | 14 | 213 | 256 | 135 | 24 | 0 | 40 | 301 | 127 | 44 |
| Binary | 1100 | 10001011 | 10101110 | 1011101 | 10100 | 0 | 100000 | 11000001 | 1010111 | 100100 |
Color Harmonies of #0C8BAE
Complementary color
Monochromatic Colors of #0C8BAE
Black with #0C8BAE
Text Example
Text Example
White with #0C8BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8BAE; }
p { color: rgb(12,139,174); }
H1.HeaderClassName
{
color: #0C8BAE;
}
.AnyTagClassName
{
color: #0C8BAE;
}
</style>
background-color css
<style>
a { background-color: #0C8BAE; }
a { background-color: rgb(12,139,174); }
div.DivClassName
{
background-color: #0C8BAE;
}
.BgClassName
{
background-color: #0C8BAE;
}
</style>
border-color css
<style>
span { border-color: #0C8BAE; }
span { border-color: rgb(12,139,174); }
td.TdClassName
{
border-color: #0C8BAE;
}
.TagClassName
{
border-color: #0C8BAE;
}
</style>