Shades of Bondi Blue #009CAC
Tints of Bondi Blue #009CAC
RGB
CMYK
RGB Variations
Color information
#009CAC (or 0x009CAC) is known color: Bondi Blue. HEX triplet: 00, 9C and AC. RGB value is (0,156,172). Sum of RGB (Red+Green+Blue) = 0+156+172=328 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 328); Green value is 156 (61.33% from 255 or 47.56% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #009CAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009CAC is #FF6353. Grayscale: #6E6E6E. Windows color (decimal): -16737108 or 11312128. OLE color: 11312128.
HSL color Cylindrical-coordinate representation of color #009CAC: hue angle of 185.58º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009CAC is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 156 | 172 | - |
| CMYK | 1 | 0.09 | 0 | 0.33 |
| HSL | 185.58º | 1% | 0.34% | - |
| HSV(B) | 185.58º | 1% | 0.67% | - |
| XYZ | 19.33 | 26.76 | 43.18 | - |
| YUV | 111.18 | 162.32 | 48.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 156 | 172 | 1 | 0.09 | 0 | 0.33 | 185.58 | 1 | 0.34 |
| Hex | 0 | 9C | AC | 64 | 9 | 0 | 21 | BA | 64 | 22 |
| Octal | 0 | 234 | 254 | 144 | 11 | 0 | 41 | 272 | 144 | 42 |
| Binary | 0 | 10011100 | 10101100 | 1100100 | 1001 | 0 | 100001 | 10111010 | 1100100 | 100010 |
Color Harmonies of #009CAC
Complementary color
Monochromatic Colors of #009CAC
Black with #009CAC
Text Example
Text Example
White with #009CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009CAC; }
p { color: rgb(0,156,172); }
H1.HeaderClassName
{
color: #009CAC;
}
.AnyTagClassName
{
color: #009CAC;
}
</style>
background-color css
<style>
a { background-color: #009CAC; }
a { background-color: rgb(0,156,172); }
div.DivClassName
{
background-color: #009CAC;
}
.BgClassName
{
background-color: #009CAC;
}
</style>
border-color css
<style>
span { border-color: #009CAC; }
span { border-color: rgb(0,156,172); }
td.TdClassName
{
border-color: #009CAC;
}
.TagClassName
{
border-color: #009CAC;
}
</style>