Shades of Bondi Blue #0C93AA
Tints of Bondi Blue #0C93AA
RGB
CMYK
RGB Variations
Color information
#0C93AA (or 0x0C93AA) is known color: Bondi Blue. HEX triplet: 0C, 93 and AA. RGB value is (12,147,170). Sum of RGB (Red+Green+Blue) = 12+147+170=329 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.65% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C93AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C93AA is #F36C55. Grayscale: #6D6D6D. Windows color (decimal): -15952982 or 11178764. OLE color: 11178764.
HSL color Cylindrical-coordinate representation of color #0C93AA: hue angle of 188.73º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C93AA is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 147 | 170 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.33 |
| HSL | 188.73º | 0.87% | 0.36% | - |
| HSV(B) | 188.73º | 0.93% | 0.67% | - |
| XYZ | 17.84 | 23.85 | 41.69 | - |
| YUV | 109.26 | 162.27 | 58.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 147 | 170 | 0.93 | 0.14 | 0 | 0.33 | 188.73 | 0.87 | 0.36 |
| Hex | C | 93 | AA | 5D | E | 0 | 21 | BD | 57 | 24 |
| Octal | 14 | 223 | 252 | 135 | 16 | 0 | 41 | 275 | 127 | 44 |
| Binary | 1100 | 10010011 | 10101010 | 1011101 | 1110 | 0 | 100001 | 10111101 | 1010111 | 100100 |
Color Harmonies of #0C93AA
Complementary color
Monochromatic Colors of #0C93AA
Black with #0C93AA
Text Example
Text Example
White with #0C93AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C93AA; }
p { color: rgb(12,147,170); }
H1.HeaderClassName
{
color: #0C93AA;
}
.AnyTagClassName
{
color: #0C93AA;
}
</style>
background-color css
<style>
a { background-color: #0C93AA; }
a { background-color: rgb(12,147,170); }
div.DivClassName
{
background-color: #0C93AA;
}
.BgClassName
{
background-color: #0C93AA;
}
</style>
border-color css
<style>
span { border-color: #0C93AA; }
span { border-color: rgb(12,147,170); }
td.TdClassName
{
border-color: #0C93AA;
}
.TagClassName
{
border-color: #0C93AA;
}
</style>