Shades of Bondi Blue #069EBA
Tints of Bondi Blue #069EBA
RGB
CMYK
RGB Variations
Color information
#069EBA (or 0x069EBA) is known color: Bondi Blue. HEX triplet: 06, 9E and BA. RGB value is (6,158,186). Sum of RGB (Red+Green+Blue) = 6+158+186=350 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 350); Green value is 158 (62.11% from 255 or 45.14% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #069EBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069EBA is #F96145. Grayscale: #737373. Windows color (decimal): -16343366 or 12230150. OLE color: 12230150.
HSL color Cylindrical-coordinate representation of color #069EBA: hue angle of 189.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069EBA is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 158 | 186 | - |
| CMYK | 0.97 | 0.15 | 0 | 0.27 |
| HSL | 189.33º | 0.94% | 0.38% | - |
| HSV(B) | 189.33º | 0.97% | 0.73% | - |
| XYZ | 21.16 | 28.04 | 50.75 | - |
| YUV | 115.74 | 167.64 | 49.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 158 | 186 | 0.97 | 0.15 | 0 | 0.27 | 189.33 | 0.94 | 0.38 |
| Hex | 6 | 9E | BA | 61 | F | 0 | 1B | BD | 5E | 26 |
| Octal | 6 | 236 | 272 | 141 | 17 | 0 | 33 | 275 | 136 | 46 |
| Binary | 110 | 10011110 | 10111010 | 1100001 | 1111 | 0 | 11011 | 10111101 | 1011110 | 100110 |
Color Harmonies of #069EBA
Complementary color
Monochromatic Colors of #069EBA
Black with #069EBA
Text Example
Text Example
White with #069EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069EBA; }
p { color: rgb(6,158,186); }
H1.HeaderClassName
{
color: #069EBA;
}
.AnyTagClassName
{
color: #069EBA;
}
</style>
background-color css
<style>
a { background-color: #069EBA; }
a { background-color: rgb(6,158,186); }
div.DivClassName
{
background-color: #069EBA;
}
.BgClassName
{
background-color: #069EBA;
}
</style>
border-color css
<style>
span { border-color: #069EBA; }
span { border-color: rgb(6,158,186); }
td.TdClassName
{
border-color: #069EBA;
}
.TagClassName
{
border-color: #069EBA;
}
</style>