Shades of Bondi Blue #069EAF
Tints of Bondi Blue #069EAF
RGB
CMYK
RGB Variations
Color information
#069EAF (or 0x069EAF) is known color: Bondi Blue. HEX triplet: 06, 9E and AF. RGB value is (6,158,175). Sum of RGB (Red+Green+Blue) = 6+158+175=339 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.77% from 339); Green value is 158 (62.11% from 255 or 46.61% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #069EAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069EAF is #F96150. Grayscale: #727272. Windows color (decimal): -16343377 or 11509254. OLE color: 11509254.
HSL color Cylindrical-coordinate representation of color #069EAF: hue angle of 186.04º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069EAF is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 158 | 175 | - |
| CMYK | 0.97 | 0.10 | 0 | 0.31 |
| HSL | 186.04º | 0.93% | 0.35% | - |
| HSV(B) | 186.04º | 0.97% | 0.69% | - |
| XYZ | 20.04 | 27.59 | 44.83 | - |
| YUV | 114.49 | 162.14 | 50.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 158 | 175 | 0.97 | 0.10 | 0 | 0.31 | 186.04 | 0.93 | 0.35 |
| Hex | 6 | 9E | AF | 61 | A | 0 | 1F | BA | 5D | 23 |
| Octal | 6 | 236 | 257 | 141 | 12 | 0 | 37 | 272 | 135 | 43 |
| Binary | 110 | 10011110 | 10101111 | 1100001 | 1010 | 0 | 11111 | 10111010 | 1011101 | 100011 |
Color Harmonies of #069EAF
Complementary color
Monochromatic Colors of #069EAF
Black with #069EAF
Text Example
Text Example
White with #069EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069EAF; }
p { color: rgb(6,158,175); }
H1.HeaderClassName
{
color: #069EAF;
}
.AnyTagClassName
{
color: #069EAF;
}
</style>
background-color css
<style>
a { background-color: #069EAF; }
a { background-color: rgb(6,158,175); }
div.DivClassName
{
background-color: #069EAF;
}
.BgClassName
{
background-color: #069EAF;
}
</style>
border-color css
<style>
span { border-color: #069EAF; }
span { border-color: rgb(6,158,175); }
td.TdClassName
{
border-color: #069EAF;
}
.TagClassName
{
border-color: #069EAF;
}
</style>