Shades of Bondi Blue #0890B3
Tints of Bondi Blue #0890B3
RGB
CMYK
RGB Variations
Color information
#0890B3 (or 0x0890B3) is known color: Bondi Blue. HEX triplet: 08, 90 and B3. RGB value is (8,144,179). Sum of RGB (Red+Green+Blue) = 8+144+179=331 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 179 (70.31% from 255 or 54.08% from 331); Max value from RGB is 179 - color contains mainly: blue. Hex color #0890B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0890B3 is #F76F4C. Grayscale: #6B6B6B. Windows color (decimal): -16215885 or 11767816. OLE color: 11767816.
HSL color Cylindrical-coordinate representation of color #0890B3: hue angle of 192.28º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0890B3 is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 8 | 144 | 179 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.30 |
| HSL | 192.28º | 0.91% | 0.37% | - |
| HSV(B) | 192.28º | 0.96% | 0.7% | - |
| XYZ | 18.21 | 23.25 | 46.18 | - |
| YUV | 107.33 | 168.44 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 144 | 179 | 0.96 | 0.20 | 0 | 0.30 | 192.28 | 0.91 | 0.37 |
| Hex | 8 | 90 | B3 | 60 | 14 | 0 | 1E | C0 | 5B | 25 |
| Octal | 10 | 220 | 263 | 140 | 24 | 0 | 36 | 300 | 133 | 45 |
| Binary | 1000 | 10010000 | 10110011 | 1100000 | 10100 | 0 | 11110 | 11000000 | 1011011 | 100101 |
Color Harmonies of #0890B3
Complementary color
Monochromatic Colors of #0890B3
Black with #0890B3
Text Example
Text Example
White with #0890B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0890B3; }
p { color: rgb(8,144,179); }
H1.HeaderClassName
{
color: #0890B3;
}
.AnyTagClassName
{
color: #0890B3;
}
</style>
background-color css
<style>
a { background-color: #0890B3; }
a { background-color: rgb(8,144,179); }
div.DivClassName
{
background-color: #0890B3;
}
.BgClassName
{
background-color: #0890B3;
}
</style>
border-color css
<style>
span { border-color: #0890B3; }
span { border-color: rgb(8,144,179); }
td.TdClassName
{
border-color: #0890B3;
}
.TagClassName
{
border-color: #0890B3;
}
</style>