Shades of Bondi Blue #0096AF
Tints of Bondi Blue #0096AF
RGB
CMYK
RGB Variations
Color information
#0096AF (or 0x0096AF) is known color: Bondi Blue. HEX triplet: 00, 96 and AF. RGB value is (0,150,175). Sum of RGB (Red+Green+Blue) = 0+150+175=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #0096AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0096AF is #FF6950. Grayscale: #6B6B6B. Windows color (decimal): -16738641 or 11507200. OLE color: 11507200.
HSL color Cylindrical-coordinate representation of color #0096AF: hue angle of 188.57º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0096AF is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 150 | 175 | - |
| CMYK | 1 | 0.14 | 0 | 0.31 |
| HSL | 188.57º | 1% | 0.34% | - |
| HSV(B) | 188.57º | 1% | 0.69% | - |
| XYZ | 18.64 | 24.91 | 44.38 | - |
| YUV | 108 | 165.81 | 50.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 150 | 175 | 1 | 0.14 | 0 | 0.31 | 188.57 | 1 | 0.34 |
| Hex | 0 | 96 | AF | 64 | E | 0 | 1F | BD | 64 | 22 |
| Octal | 0 | 226 | 257 | 144 | 16 | 0 | 37 | 275 | 144 | 42 |
| Binary | 0 | 10010110 | 10101111 | 1100100 | 1110 | 0 | 11111 | 10111101 | 1100100 | 100010 |
Color Harmonies of #0096AF
Complementary color
Monochromatic Colors of #0096AF
Black with #0096AF
Text Example
Text Example
White with #0096AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0096AF; }
p { color: rgb(0,150,175); }
H1.HeaderClassName
{
color: #0096AF;
}
.AnyTagClassName
{
color: #0096AF;
}
</style>
background-color css
<style>
a { background-color: #0096AF; }
a { background-color: rgb(0,150,175); }
div.DivClassName
{
background-color: #0096AF;
}
.BgClassName
{
background-color: #0096AF;
}
</style>
border-color css
<style>
span { border-color: #0096AF; }
span { border-color: rgb(0,150,175); }
td.TdClassName
{
border-color: #0096AF;
}
.TagClassName
{
border-color: #0096AF;
}
</style>