Shades of Bondi Blue #0894B1
Tints of Bondi Blue #0894B1
RGB
CMYK
RGB Variations
Color information
#0894B1 (or 0x0894B1) is known color: Bondi Blue. HEX triplet: 08, 94 and B1. RGB value is (8,148,177). Sum of RGB (Red+Green+Blue) = 8+148+177=333 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 177 (69.53% from 255 or 53.15% from 333); Max value from RGB is 177 - color contains mainly: blue. Hex color #0894B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0894B1 is #F76B4E. Grayscale: #6D6D6D. Windows color (decimal): -16214863 or 11637768. OLE color: 11637768.
HSL color Cylindrical-coordinate representation of color #0894B1: hue angle of 190.3º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0894B1 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 8 | 148 | 177 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.31 |
| HSL | 190.3º | 0.91% | 0.36% | - |
| HSV(B) | 190.3º | 0.95% | 0.69% | - |
| XYZ | 18.63 | 24.41 | 45.32 | - |
| YUV | 109.45 | 166.12 | 55.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 148 | 177 | 0.95 | 0.16 | 0 | 0.31 | 190.3 | 0.91 | 0.36 |
| Hex | 8 | 94 | B1 | 5F | 10 | 0 | 1F | BE | 5B | 24 |
| Octal | 10 | 224 | 261 | 137 | 20 | 0 | 37 | 276 | 133 | 44 |
| Binary | 1000 | 10010100 | 10110001 | 1011111 | 10000 | 0 | 11111 | 10111110 | 1011011 | 100100 |
Color Harmonies of #0894B1
Complementary color
Monochromatic Colors of #0894B1
Black with #0894B1
Text Example
Text Example
White with #0894B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0894B1; }
p { color: rgb(8,148,177); }
H1.HeaderClassName
{
color: #0894B1;
}
.AnyTagClassName
{
color: #0894B1;
}
</style>
background-color css
<style>
a { background-color: #0894B1; }
a { background-color: rgb(8,148,177); }
div.DivClassName
{
background-color: #0894B1;
}
.BgClassName
{
background-color: #0894B1;
}
</style>
border-color css
<style>
span { border-color: #0894B1; }
span { border-color: rgb(8,148,177); }
td.TdClassName
{
border-color: #0894B1;
}
.TagClassName
{
border-color: #0894B1;
}
</style>