Shades of Bondi Blue #0090AD
Tints of Bondi Blue #0090AD
RGB
CMYK
RGB Variations
Color information
#0090AD (or 0x0090AD) is known color: Bondi Blue. HEX triplet: 00, 90 and AD. RGB value is (0,144,173). Sum of RGB (Red+Green+Blue) = 0+144+173=317 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #0090AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0090AD is #FF6F52. Grayscale: #676767. Windows color (decimal): -16740179 or 11374592. OLE color: 11374592.
HSL color Cylindrical-coordinate representation of color #0090AD: hue angle of 190.06º 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 #0090AD is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 144 | 173 | - |
| CMYK | 1 | 0.17 | 0 | 0.32 |
| HSL | 190.06º | 1% | 0.34% | - |
| HSV(B) | 190.06º | 1% | 0.68% | - |
| XYZ | 17.52 | 22.96 | 43.04 | - |
| YUV | 104.25 | 166.79 | 53.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 144 | 173 | 1 | 0.17 | 0 | 0.32 | 190.06 | 1 | 0.34 |
| Hex | 0 | 90 | AD | 64 | 11 | 0 | 20 | BE | 64 | 22 |
| Octal | 0 | 220 | 255 | 144 | 21 | 0 | 40 | 276 | 144 | 42 |
| Binary | 0 | 10010000 | 10101101 | 1100100 | 10001 | 0 | 100000 | 10111110 | 1100100 | 100010 |
Color Harmonies of #0090AD
Complementary color
Monochromatic Colors of #0090AD
Black with #0090AD
Text Example
Text Example
White with #0090AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0090AD; }
p { color: rgb(0,144,173); }
H1.HeaderClassName
{
color: #0090AD;
}
.AnyTagClassName
{
color: #0090AD;
}
</style>
background-color css
<style>
a { background-color: #0090AD; }
a { background-color: rgb(0,144,173); }
div.DivClassName
{
background-color: #0090AD;
}
.BgClassName
{
background-color: #0090AD;
}
</style>
border-color css
<style>
span { border-color: #0090AD; }
span { border-color: rgb(0,144,173); }
td.TdClassName
{
border-color: #0090AD;
}
.TagClassName
{
border-color: #0090AD;
}
</style>