Shades of Bondi Blue #0090AE
Tints of Bondi Blue #0090AE
RGB
CMYK
RGB Variations
Color information
#0090AE (or 0x0090AE) is known color: Bondi Blue. HEX triplet: 00, 90 and AE. RGB value is (0,144,174). Sum of RGB (Red+Green+Blue) = 0+144+174=318 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 318); Green value is 144 (56.64% from 255 or 45.28% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #0090AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0090AE is #FF6F51. Grayscale: #686868. Windows color (decimal): -16740178 or 11440128. OLE color: 11440128.
HSL color Cylindrical-coordinate representation of color #0090AE: hue angle of 190.34º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0090AE is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 144 | 174 | - |
| CMYK | 1 | 0.17 | 0 | 0.32 |
| HSL | 190.34º | 1% | 0.34% | - |
| HSV(B) | 190.34º | 1% | 0.68% | - |
| XYZ | 17.61 | 23 | 43.56 | - |
| YUV | 104.36 | 167.29 | 53.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 144 | 174 | 1 | 0.17 | 0 | 0.32 | 190.34 | 1 | 0.34 |
| Hex | 0 | 90 | AE | 64 | 11 | 0 | 20 | BE | 64 | 22 |
| Octal | 0 | 220 | 256 | 144 | 21 | 0 | 40 | 276 | 144 | 42 |
| Binary | 0 | 10010000 | 10101110 | 1100100 | 10001 | 0 | 100000 | 10111110 | 1100100 | 100010 |
Color Harmonies of #0090AE
Complementary color
Monochromatic Colors of #0090AE
Black with #0090AE
Text Example
Text Example
White with #0090AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0090AE; }
p { color: rgb(0,144,174); }
H1.HeaderClassName
{
color: #0090AE;
}
.AnyTagClassName
{
color: #0090AE;
}
</style>
background-color css
<style>
a { background-color: #0090AE; }
a { background-color: rgb(0,144,174); }
div.DivClassName
{
background-color: #0090AE;
}
.BgClassName
{
background-color: #0090AE;
}
</style>
border-color css
<style>
span { border-color: #0090AE; }
span { border-color: rgb(0,144,174); }
td.TdClassName
{
border-color: #0090AE;
}
.TagClassName
{
border-color: #0090AE;
}
</style>