Shades of Bondi Blue #0092AF
Tints of Bondi Blue #0092AF
RGB
CMYK
RGB Variations
Color information
#0092AF (or 0x0092AF) is known color: Bondi Blue. HEX triplet: 00, 92 and AF. RGB value is (0,146,175). Sum of RGB (Red+Green+Blue) = 0+146+175=321 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 175 (68.75% from 255 or 54.52% from 321); Max value from RGB is 175 - color contains mainly: blue. Hex color #0092AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0092AF is #FF6D50. Grayscale: #696969. Windows color (decimal): -16739665 or 11506176. OLE color: 11506176.
HSL color Cylindrical-coordinate representation of color #0092AF: hue angle of 189.94º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0092AF is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 146 | 175 | - |
| CMYK | 1 | 0.17 | 0 | 0.31 |
| HSL | 189.94º | 1% | 0.34% | - |
| HSV(B) | 189.94º | 1% | 0.69% | - |
| XYZ | 18.02 | 23.65 | 44.17 | - |
| YUV | 105.65 | 167.13 | 52.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 146 | 175 | 1 | 0.17 | 0 | 0.31 | 189.94 | 1 | 0.34 |
| Hex | 0 | 92 | AF | 64 | 11 | 0 | 1F | BE | 64 | 22 |
| Octal | 0 | 222 | 257 | 144 | 21 | 0 | 37 | 276 | 144 | 42 |
| Binary | 0 | 10010010 | 10101111 | 1100100 | 10001 | 0 | 11111 | 10111110 | 1100100 | 100010 |
Color Harmonies of #0092AF
Complementary color
Monochromatic Colors of #0092AF
Black with #0092AF
Text Example
Text Example
White with #0092AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0092AF; }
p { color: rgb(0,146,175); }
H1.HeaderClassName
{
color: #0092AF;
}
.AnyTagClassName
{
color: #0092AF;
}
</style>
background-color css
<style>
a { background-color: #0092AF; }
a { background-color: rgb(0,146,175); }
div.DivClassName
{
background-color: #0092AF;
}
.BgClassName
{
background-color: #0092AF;
}
</style>
border-color css
<style>
span { border-color: #0092AF; }
span { border-color: rgb(0,146,175); }
td.TdClassName
{
border-color: #0092AF;
}
.TagClassName
{
border-color: #0092AF;
}
</style>