Shades of Bondi Blue #0C9FAD
Tints of Bondi Blue #0C9FAD
RGB
CMYK
RGB Variations
Color information
#0C9FAD (or 0x0C9FAD) is known color: Bondi Blue. HEX triplet: 0C, 9F and AD. RGB value is (12,159,173). Sum of RGB (Red+Green+Blue) = 12+159+173=344 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.49% from 344); Green value is 159 (62.5% from 255 or 46.22% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #0C9FAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9FAD is #F36052. Grayscale: #747474. Windows color (decimal): -15949907 or 11378444. OLE color: 11378444.
HSL color Cylindrical-coordinate representation of color #0C9FAD: hue angle of 185.22º 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 #0C9FAD is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 159 | 173 | - |
| CMYK | 0.93 | 0.08 | 0 | 0.32 |
| HSL | 185.22º | 0.87% | 0.36% | - |
| HSV(B) | 185.22º | 0.93% | 0.68% | - |
| XYZ | 20.09 | 27.89 | 43.86 | - |
| YUV | 116.64 | 159.8 | 53.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 159 | 173 | 0.93 | 0.08 | 0 | 0.32 | 185.22 | 0.87 | 0.36 |
| Hex | C | 9F | AD | 5D | 8 | 0 | 20 | B9 | 57 | 24 |
| Octal | 14 | 237 | 255 | 135 | 10 | 0 | 40 | 271 | 127 | 44 |
| Binary | 1100 | 10011111 | 10101101 | 1011101 | 1000 | 0 | 100000 | 10111001 | 1010111 | 100100 |
Color Harmonies of #0C9FAD
Complementary color
Monochromatic Colors of #0C9FAD
Black with #0C9FAD
Text Example
Text Example
White with #0C9FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9FAD; }
p { color: rgb(12,159,173); }
H1.HeaderClassName
{
color: #0C9FAD;
}
.AnyTagClassName
{
color: #0C9FAD;
}
</style>
background-color css
<style>
a { background-color: #0C9FAD; }
a { background-color: rgb(12,159,173); }
div.DivClassName
{
background-color: #0C9FAD;
}
.BgClassName
{
background-color: #0C9FAD;
}
</style>
border-color css
<style>
span { border-color: #0C9FAD; }
span { border-color: rgb(12,159,173); }
td.TdClassName
{
border-color: #0C9FAD;
}
.TagClassName
{
border-color: #0C9FAD;
}
</style>