Shades of Bondi Blue #0096AA
Tints of Bondi Blue #0096AA
RGB
CMYK
RGB Variations
Color information
#0096AA (or 0x0096AA) is known color: Bondi Blue. HEX triplet: 00, 96 and AA. RGB value is (0,150,170). Sum of RGB (Red+Green+Blue) = 0+150+170=320 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 320); Green value is 150 (58.98% from 255 or 46.88% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #0096AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0096AA is #FF6955. Grayscale: #6B6B6B. Windows color (decimal): -16738646 or 11179520. OLE color: 11179520.
HSL color Cylindrical-coordinate representation of color #0096AA: hue angle of 187.06º 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 #0096AA is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 150 | 170 | - |
| CMYK | 1 | 0.12 | 0 | 0.33 |
| HSL | 187.06º | 1% | 0.33% | - |
| HSV(B) | 187.06º | 1% | 0.67% | - |
| XYZ | 18.16 | 24.71 | 41.84 | - |
| YUV | 107.43 | 163.31 | 51.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 150 | 170 | 1 | 0.12 | 0 | 0.33 | 187.06 | 1 | 0.33 |
| Hex | 0 | 96 | AA | 64 | C | 0 | 21 | BB | 64 | 21 |
| Octal | 0 | 226 | 252 | 144 | 14 | 0 | 41 | 273 | 144 | 41 |
| Binary | 0 | 10010110 | 10101010 | 1100100 | 1100 | 0 | 100001 | 10111011 | 1100100 | 100001 |
Color Harmonies of #0096AA
Complementary color
Monochromatic Colors of #0096AA
Black with #0096AA
Text Example
Text Example
White with #0096AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0096AA; }
p { color: rgb(0,150,170); }
H1.HeaderClassName
{
color: #0096AA;
}
.AnyTagClassName
{
color: #0096AA;
}
</style>
background-color css
<style>
a { background-color: #0096AA; }
a { background-color: rgb(0,150,170); }
div.DivClassName
{
background-color: #0096AA;
}
.BgClassName
{
background-color: #0096AA;
}
</style>
border-color css
<style>
span { border-color: #0096AA; }
span { border-color: rgb(0,150,170); }
td.TdClassName
{
border-color: #0096AA;
}
.TagClassName
{
border-color: #0096AA;
}
</style>