Shades of Bondi Blue #0891B3
Tints of Bondi Blue #0891B3
RGB
CMYK
RGB Variations
Color information
#0891B3 (or 0x0891B3) is known color: Bondi Blue. HEX triplet: 08, 91 and B3. RGB value is (8,145,179). Sum of RGB (Red+Green+Blue) = 8+145+179=332 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.41% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 179 (70.31% from 255 or 53.92% from 332); Max value from RGB is 179 - color contains mainly: blue. Hex color #0891B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0891B3 is #F76E4C. Grayscale: #6B6B6B. Windows color (decimal): -16215629 or 11768072. OLE color: 11768072.
HSL color Cylindrical-coordinate representation of color #0891B3: hue angle of 191.93º 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 #0891B3 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 8 | 145 | 179 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.30 |
| HSL | 191.93º | 0.91% | 0.37% | - |
| HSV(B) | 191.93º | 0.96% | 0.7% | - |
| XYZ | 18.36 | 23.56 | 46.23 | - |
| YUV | 107.91 | 168.11 | 56.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 145 | 179 | 0.96 | 0.19 | 0 | 0.30 | 191.93 | 0.91 | 0.37 |
| Hex | 8 | 91 | B3 | 60 | 13 | 0 | 1E | C0 | 5B | 25 |
| Octal | 10 | 221 | 263 | 140 | 23 | 0 | 36 | 300 | 133 | 45 |
| Binary | 1000 | 10010001 | 10110011 | 1100000 | 10011 | 0 | 11110 | 11000000 | 1011011 | 100101 |
Color Harmonies of #0891B3
Complementary color
Monochromatic Colors of #0891B3
Black with #0891B3
Text Example
Text Example
White with #0891B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0891B3; }
p { color: rgb(8,145,179); }
H1.HeaderClassName
{
color: #0891B3;
}
.AnyTagClassName
{
color: #0891B3;
}
</style>
background-color css
<style>
a { background-color: #0891B3; }
a { background-color: rgb(8,145,179); }
div.DivClassName
{
background-color: #0891B3;
}
.BgClassName
{
background-color: #0891B3;
}
</style>
border-color css
<style>
span { border-color: #0891B3; }
span { border-color: rgb(8,145,179); }
td.TdClassName
{
border-color: #0891B3;
}
.TagClassName
{
border-color: #0891B3;
}
</style>