Shades of Bondi Blue #0997AA
Tints of Bondi Blue #0997AA
RGB
CMYK
RGB Variations
Color information
#0997AA (or 0x0997AA) is known color: Bondi Blue. HEX triplet: 09, 97 and AA. RGB value is (9,151,170). Sum of RGB (Red+Green+Blue) = 9+151+170=330 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.73% from 330); Green value is 151 (59.38% from 255 or 45.76% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #0997AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0997AA is #F66855. Grayscale: #6E6E6E. Windows color (decimal): -16148566 or 11179785. OLE color: 11179785.
HSL color Cylindrical-coordinate representation of color #0997AA: hue angle of 187.08º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0997AA is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 151 | 170 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.33 |
| HSL | 187.08º | 0.9% | 0.35% | - |
| HSV(B) | 187.08º | 0.95% | 0.67% | - |
| XYZ | 18.43 | 25.09 | 41.9 | - |
| YUV | 110.71 | 161.46 | 55.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 151 | 170 | 0.95 | 0.11 | 0 | 0.33 | 187.08 | 0.9 | 0.35 |
| Hex | 9 | 97 | AA | 5F | B | 0 | 21 | BB | 5A | 23 |
| Octal | 11 | 227 | 252 | 137 | 13 | 0 | 41 | 273 | 132 | 43 |
| Binary | 1001 | 10010111 | 10101010 | 1011111 | 1011 | 0 | 100001 | 10111011 | 1011010 | 100011 |
Color Harmonies of #0997AA
Complementary color
Monochromatic Colors of #0997AA
Black with #0997AA
Text Example
Text Example
White with #0997AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0997AA; }
p { color: rgb(9,151,170); }
H1.HeaderClassName
{
color: #0997AA;
}
.AnyTagClassName
{
color: #0997AA;
}
</style>
background-color css
<style>
a { background-color: #0997AA; }
a { background-color: rgb(9,151,170); }
div.DivClassName
{
background-color: #0997AA;
}
.BgClassName
{
background-color: #0997AA;
}
</style>
border-color css
<style>
span { border-color: #0997AA; }
span { border-color: rgb(9,151,170); }
td.TdClassName
{
border-color: #0997AA;
}
.TagClassName
{
border-color: #0997AA;
}
</style>