Shades of Bondi Blue #009CAA
Tints of Bondi Blue #009CAA
RGB
CMYK
RGB Variations
Color information
#009CAA (or 0x009CAA) is known color: Bondi Blue. HEX triplet: 00, 9C and AA. RGB value is (0,156,170). Sum of RGB (Red+Green+Blue) = 0+156+170=326 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 326); Green value is 156 (61.33% from 255 or 47.85% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #009CAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009CAA is #FF6355. Grayscale: #6E6E6E. Windows color (decimal): -16737110 or 11181056. OLE color: 11181056.
HSL color Cylindrical-coordinate representation of color #009CAA: hue angle of 184.94º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009CAA is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 156 | 170 | - |
| CMYK | 1 | 0.08 | 0 | 0.33 |
| HSL | 184.94º | 1% | 0.33% | - |
| HSV(B) | 184.94º | 1% | 0.67% | - |
| XYZ | 19.14 | 26.68 | 42.17 | - |
| YUV | 110.95 | 161.32 | 48.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 156 | 170 | 1 | 0.08 | 0 | 0.33 | 184.94 | 1 | 0.33 |
| Hex | 0 | 9C | AA | 64 | 8 | 0 | 21 | B9 | 64 | 21 |
| Octal | 0 | 234 | 252 | 144 | 10 | 0 | 41 | 271 | 144 | 41 |
| Binary | 0 | 10011100 | 10101010 | 1100100 | 1000 | 0 | 100001 | 10111001 | 1100100 | 100001 |
Color Harmonies of #009CAA
Complementary color
Monochromatic Colors of #009CAA
Black with #009CAA
Text Example
Text Example
White with #009CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009CAA; }
p { color: rgb(0,156,170); }
H1.HeaderClassName
{
color: #009CAA;
}
.AnyTagClassName
{
color: #009CAA;
}
</style>
background-color css
<style>
a { background-color: #009CAA; }
a { background-color: rgb(0,156,170); }
div.DivClassName
{
background-color: #009CAA;
}
.BgClassName
{
background-color: #009CAA;
}
</style>
border-color css
<style>
span { border-color: #009CAA; }
span { border-color: rgb(0,156,170); }
td.TdClassName
{
border-color: #009CAA;
}
.TagClassName
{
border-color: #009CAA;
}
</style>