Shades of Bondi Blue #0892AF
Tints of Bondi Blue #0892AF
RGB
CMYK
RGB Variations
Color information
#0892AF (or 0x0892AF) is known color: Bondi Blue. HEX triplet: 08, 92 and AF. RGB value is (8,146,175). Sum of RGB (Red+Green+Blue) = 8+146+175=329 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.43% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #0892AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0892AF is #F76D50. Grayscale: #6B6B6B. Windows color (decimal): -16215377 or 11506184. OLE color: 11506184.
HSL color Cylindrical-coordinate representation of color #0892AF: hue angle of 190.42º 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 #0892AF is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 8 | 146 | 175 | - |
| CMYK | 0.95 | 0.17 | 0 | 0.31 |
| HSL | 190.42º | 0.91% | 0.36% | - |
| HSV(B) | 190.42º | 0.95% | 0.69% | - |
| XYZ | 18.12 | 23.7 | 44.18 | - |
| YUV | 108.04 | 165.78 | 56.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 146 | 175 | 0.95 | 0.17 | 0 | 0.31 | 190.42 | 0.91 | 0.36 |
| Hex | 8 | 92 | AF | 5F | 11 | 0 | 1F | BE | 5B | 24 |
| Octal | 10 | 222 | 257 | 137 | 21 | 0 | 37 | 276 | 133 | 44 |
| Binary | 1000 | 10010010 | 10101111 | 1011111 | 10001 | 0 | 11111 | 10111110 | 1011011 | 100100 |
Color Harmonies of #0892AF
Complementary color
Monochromatic Colors of #0892AF
Black with #0892AF
Text Example
Text Example
White with #0892AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0892AF; }
p { color: rgb(8,146,175); }
H1.HeaderClassName
{
color: #0892AF;
}
.AnyTagClassName
{
color: #0892AF;
}
</style>
background-color css
<style>
a { background-color: #0892AF; }
a { background-color: rgb(8,146,175); }
div.DivClassName
{
background-color: #0892AF;
}
.BgClassName
{
background-color: #0892AF;
}
</style>
border-color css
<style>
span { border-color: #0892AF; }
span { border-color: rgb(8,146,175); }
td.TdClassName
{
border-color: #0892AF;
}
.TagClassName
{
border-color: #0892AF;
}
</style>