Shades of Bondi Blue #0890B2
Tints of Bondi Blue #0890B2
RGB
CMYK
RGB Variations
Color information
#0890B2 (or 0x0890B2) is known color: Bondi Blue. HEX triplet: 08, 90 and B2. RGB value is (8,144,178). Sum of RGB (Red+Green+Blue) = 8+144+178=330 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 178 (69.92% from 255 or 53.94% from 330); Max value from RGB is 178 - color contains mainly: blue. Hex color #0890B2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0890B2 is #F76F4D. Grayscale: #6A6A6A. Windows color (decimal): -16215886 or 11702280. OLE color: 11702280.
HSL color Cylindrical-coordinate representation of color #0890B2: hue angle of 192º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0890B2 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 8 | 144 | 178 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.30 |
| HSL | 192º | 0.91% | 0.36% | - |
| HSV(B) | 192º | 0.96% | 0.7% | - |
| XYZ | 18.11 | 23.21 | 45.65 | - |
| YUV | 107.21 | 167.94 | 57.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 144 | 178 | 0.96 | 0.19 | 0 | 0.30 | 192 | 0.91 | 0.36 |
| Hex | 8 | 90 | B2 | 60 | 13 | 0 | 1E | C0 | 5B | 24 |
| Octal | 10 | 220 | 262 | 140 | 23 | 0 | 36 | 300 | 133 | 44 |
| Binary | 1000 | 10010000 | 10110010 | 1100000 | 10011 | 0 | 11110 | 11000000 | 1011011 | 100100 |
Color Harmonies of #0890B2
Complementary color
Monochromatic Colors of #0890B2
Black with #0890B2
Text Example
Text Example
White with #0890B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0890B2; }
p { color: rgb(8,144,178); }
H1.HeaderClassName
{
color: #0890B2;
}
.AnyTagClassName
{
color: #0890B2;
}
</style>
background-color css
<style>
a { background-color: #0890B2; }
a { background-color: rgb(8,144,178); }
div.DivClassName
{
background-color: #0890B2;
}
.BgClassName
{
background-color: #0890B2;
}
</style>
border-color css
<style>
span { border-color: #0890B2; }
span { border-color: rgb(8,144,178); }
td.TdClassName
{
border-color: #0890B2;
}
.TagClassName
{
border-color: #0890B2;
}
</style>