Shades of Bondi Blue #0890AD
Tints of Bondi Blue #0890AD
RGB
CMYK
RGB Variations
Color information
#0890AD (or 0x0890AD) is known color: Bondi Blue. HEX triplet: 08, 90 and AD. RGB value is (8,144,173). Sum of RGB (Red+Green+Blue) = 8+144+173=325 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.46% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #0890AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0890AD is #F76F52. Grayscale: #6A6A6A. Windows color (decimal): -16215891 or 11374600. OLE color: 11374600.
HSL color Cylindrical-coordinate representation of color #0890AD: hue angle of 190.55º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0890AD is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 8 | 144 | 173 | - |
| CMYK | 0.95 | 0.17 | 0 | 0.32 |
| HSL | 190.55º | 0.91% | 0.35% | - |
| HSV(B) | 190.55º | 0.95% | 0.68% | - |
| XYZ | 17.62 | 23.02 | 43.05 | - |
| YUV | 106.64 | 165.44 | 57.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 144 | 173 | 0.95 | 0.17 | 0 | 0.32 | 190.55 | 0.91 | 0.35 |
| Hex | 8 | 90 | AD | 5F | 11 | 0 | 20 | BF | 5B | 23 |
| Octal | 10 | 220 | 255 | 137 | 21 | 0 | 40 | 277 | 133 | 43 |
| Binary | 1000 | 10010000 | 10101101 | 1011111 | 10001 | 0 | 100000 | 10111111 | 1011011 | 100011 |
Color Harmonies of #0890AD
Complementary color
Monochromatic Colors of #0890AD
Black with #0890AD
Text Example
Text Example
White with #0890AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0890AD; }
p { color: rgb(8,144,173); }
H1.HeaderClassName
{
color: #0890AD;
}
.AnyTagClassName
{
color: #0890AD;
}
</style>
background-color css
<style>
a { background-color: #0890AD; }
a { background-color: rgb(8,144,173); }
div.DivClassName
{
background-color: #0890AD;
}
.BgClassName
{
background-color: #0890AD;
}
</style>
border-color css
<style>
span { border-color: #0890AD; }
span { border-color: rgb(8,144,173); }
td.TdClassName
{
border-color: #0890AD;
}
.TagClassName
{
border-color: #0890AD;
}
</style>