Shades of Bondi Blue #0896BC
Tints of Bondi Blue #0896BC
RGB
CMYK
RGB Variations
Color information
#0896BC (or 0x0896BC) is known color: Bondi Blue. HEX triplet: 08, 96 and BC. RGB value is (8,150,188). Sum of RGB (Red+Green+Blue) = 8+150+188=346 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #0896BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0896BC is #F76943. Grayscale: #6F6F6F. Windows color (decimal): -16214340 or 12359176. OLE color: 12359176.
HSL color Cylindrical-coordinate representation of color #0896BC: hue angle of 192.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0896BC is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 150 | 188 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.26 |
| HSL | 192.67º | 0.92% | 0.38% | - |
| HSV(B) | 192.67º | 0.96% | 0.74% | - |
| XYZ | 20.08 | 25.5 | 51.44 | - |
| YUV | 111.87 | 170.96 | 53.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 150 | 188 | 0.96 | 0.20 | 0 | 0.26 | 192.67 | 0.92 | 0.38 |
| Hex | 8 | 96 | BC | 60 | 14 | 0 | 1A | C1 | 5C | 26 |
| Octal | 10 | 226 | 274 | 140 | 24 | 0 | 32 | 301 | 134 | 46 |
| Binary | 1000 | 10010110 | 10111100 | 1100000 | 10100 | 0 | 11010 | 11000001 | 1011100 | 100110 |
Color Harmonies of #0896BC
Complementary color
Monochromatic Colors of #0896BC
Black with #0896BC
Text Example
Text Example
White with #0896BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0896BC; }
p { color: rgb(8,150,188); }
H1.HeaderClassName
{
color: #0896BC;
}
.AnyTagClassName
{
color: #0896BC;
}
</style>
background-color css
<style>
a { background-color: #0896BC; }
a { background-color: rgb(8,150,188); }
div.DivClassName
{
background-color: #0896BC;
}
.BgClassName
{
background-color: #0896BC;
}
</style>
border-color css
<style>
span { border-color: #0896BC; }
span { border-color: rgb(8,150,188); }
td.TdClassName
{
border-color: #0896BC;
}
.TagClassName
{
border-color: #0896BC;
}
</style>