Shades of Bondi Blue #0996AF
Tints of Bondi Blue #0996AF
RGB
CMYK
RGB Variations
Color information
#0996AF (or 0x0996AF) is known color: Bondi Blue. HEX triplet: 09, 96 and AF. RGB value is (9,150,175). Sum of RGB (Red+Green+Blue) = 9+150+175=334 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #0996AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0996AF is #F66950. Grayscale: #6E6E6E. Windows color (decimal): -16148817 or 11507209. OLE color: 11507209.
HSL color Cylindrical-coordinate representation of color #0996AF: hue angle of 189.04º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0996AF is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 150 | 175 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.31 |
| HSL | 189.04º | 0.9% | 0.36% | - |
| HSV(B) | 189.04º | 0.95% | 0.69% | - |
| XYZ | 18.76 | 24.97 | 44.39 | - |
| YUV | 110.69 | 164.29 | 55.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 150 | 175 | 0.95 | 0.14 | 0 | 0.31 | 189.04 | 0.9 | 0.36 |
| Hex | 9 | 96 | AF | 5F | E | 0 | 1F | BD | 5A | 24 |
| Octal | 11 | 226 | 257 | 137 | 16 | 0 | 37 | 275 | 132 | 44 |
| Binary | 1001 | 10010110 | 10101111 | 1011111 | 1110 | 0 | 11111 | 10111101 | 1011010 | 100100 |
Color Harmonies of #0996AF
Complementary color
Monochromatic Colors of #0996AF
Black with #0996AF
Text Example
Text Example
White with #0996AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0996AF; }
p { color: rgb(9,150,175); }
H1.HeaderClassName
{
color: #0996AF;
}
.AnyTagClassName
{
color: #0996AF;
}
</style>
background-color css
<style>
a { background-color: #0996AF; }
a { background-color: rgb(9,150,175); }
div.DivClassName
{
background-color: #0996AF;
}
.BgClassName
{
background-color: #0996AF;
}
</style>
border-color css
<style>
span { border-color: #0996AF; }
span { border-color: rgb(9,150,175); }
td.TdClassName
{
border-color: #0996AF;
}
.TagClassName
{
border-color: #0996AF;
}
</style>