Shades of Bondi Blue #0892AC
Tints of Bondi Blue #0892AC
RGB
CMYK
RGB Variations
Color information
#0892AC (or 0x0892AC) is known color: Bondi Blue. HEX triplet: 08, 92 and AC. RGB value is (8,146,172). Sum of RGB (Red+Green+Blue) = 8+146+172=326 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #0892AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0892AC is #F76D53. Grayscale: #6B6B6B. Windows color (decimal): -16215380 or 11309576. OLE color: 11309576.
HSL color Cylindrical-coordinate representation of color #0892AC: hue angle of 189.51º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0892AC is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 146 | 172 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.33 |
| HSL | 189.51º | 0.91% | 0.35% | - |
| HSV(B) | 189.51º | 0.95% | 0.67% | - |
| XYZ | 17.83 | 23.59 | 42.64 | - |
| YUV | 107.7 | 164.28 | 56.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 146 | 172 | 0.95 | 0.15 | 0 | 0.33 | 189.51 | 0.91 | 0.35 |
| Hex | 8 | 92 | AC | 5F | F | 0 | 21 | BE | 5B | 23 |
| Octal | 10 | 222 | 254 | 137 | 17 | 0 | 41 | 276 | 133 | 43 |
| Binary | 1000 | 10010010 | 10101100 | 1011111 | 1111 | 0 | 100001 | 10111110 | 1011011 | 100011 |
Color Harmonies of #0892AC
Complementary color
Monochromatic Colors of #0892AC
Black with #0892AC
Text Example
Text Example
White with #0892AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0892AC; }
p { color: rgb(8,146,172); }
H1.HeaderClassName
{
color: #0892AC;
}
.AnyTagClassName
{
color: #0892AC;
}
</style>
background-color css
<style>
a { background-color: #0892AC; }
a { background-color: rgb(8,146,172); }
div.DivClassName
{
background-color: #0892AC;
}
.BgClassName
{
background-color: #0892AC;
}
</style>
border-color css
<style>
span { border-color: #0892AC; }
span { border-color: rgb(8,146,172); }
td.TdClassName
{
border-color: #0892AC;
}
.TagClassName
{
border-color: #0892AC;
}
</style>