Shades of Bondi Blue #009CA8
Tints of Bondi Blue #009CA8
RGB
CMYK
RGB Variations
Color information
#009CA8 (or 0x009CA8) is known color: Bondi Blue. HEX triplet: 00, 9C and A8. RGB value is (0,156,168). Sum of RGB (Red+Green+Blue) = 0+156+168=324 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 324); Green value is 156 (61.33% from 255 or 48.15% from 324); Blue value is 168 (66.02% from 255 or 51.85% from 324); Max value from RGB is 168 - color contains mainly: blue. Hex color #009CA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009CA8 is #FF6357. Grayscale: #6E6E6E. Windows color (decimal): -16737112 or 11049984. OLE color: 11049984.
HSL color Cylindrical-coordinate representation of color #009CA8: hue angle of 184.29º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009CA8 is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 156 | 168 | - |
| CMYK | 1 | 0.07 | 0 | 0.34 |
| HSL | 184.29º | 1% | 0.33% | - |
| HSV(B) | 184.29º | 1% | 0.66% | - |
| XYZ | 18.96 | 26.6 | 41.18 | - |
| YUV | 110.72 | 160.32 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 156 | 168 | 1 | 0.07 | 0 | 0.34 | 184.29 | 1 | 0.33 |
| Hex | 0 | 9C | A8 | 64 | 7 | 0 | 22 | B8 | 64 | 21 |
| Octal | 0 | 234 | 250 | 144 | 7 | 0 | 42 | 270 | 144 | 41 |
| Binary | 0 | 10011100 | 10101000 | 1100100 | 111 | 0 | 100010 | 10111000 | 1100100 | 100001 |
Color Harmonies of #009CA8
Complementary color
Monochromatic Colors of #009CA8
Black with #009CA8
Text Example
Text Example
White with #009CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009CA8; }
p { color: rgb(0,156,168); }
H1.HeaderClassName
{
color: #009CA8;
}
.AnyTagClassName
{
color: #009CA8;
}
</style>
background-color css
<style>
a { background-color: #009CA8; }
a { background-color: rgb(0,156,168); }
div.DivClassName
{
background-color: #009CA8;
}
.BgClassName
{
background-color: #009CA8;
}
</style>
border-color css
<style>
span { border-color: #009CA8; }
span { border-color: rgb(0,156,168); }
td.TdClassName
{
border-color: #009CA8;
}
.TagClassName
{
border-color: #009CA8;
}
</style>