Shades of Bondi Blue #068EAE
Tints of Bondi Blue #068EAE
RGB
CMYK
RGB Variations
Color information
#068EAE (or 0x068EAE) is known color: Bondi Blue. HEX triplet: 06, 8E and AE. RGB value is (6,142,174). Sum of RGB (Red+Green+Blue) = 6+142+174=322 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 322); Green value is 142 (55.86% from 255 or 44.10% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #068EAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068EAE is #F97151. Grayscale: #686868. Windows color (decimal): -16347474 or 11439622. OLE color: 11439622.
HSL color Cylindrical-coordinate representation of color #068EAE: hue angle of 191.43º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068EAE is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 6 | 142 | 174 | - |
| CMYK | 0.97 | 0.18 | 0 | 0.32 |
| HSL | 191.43º | 0.93% | 0.35% | - |
| HSV(B) | 191.43º | 0.97% | 0.68% | - |
| XYZ | 17.39 | 22.44 | 43.46 | - |
| YUV | 104.98 | 166.94 | 57.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 142 | 174 | 0.97 | 0.18 | 0 | 0.32 | 191.43 | 0.93 | 0.35 |
| Hex | 6 | 8E | AE | 61 | 12 | 0 | 20 | BF | 5D | 23 |
| Octal | 6 | 216 | 256 | 141 | 22 | 0 | 40 | 277 | 135 | 43 |
| Binary | 110 | 10001110 | 10101110 | 1100001 | 10010 | 0 | 100000 | 10111111 | 1011101 | 100011 |
Color Harmonies of #068EAE
Complementary color
Monochromatic Colors of #068EAE
Black with #068EAE
Text Example
Text Example
White with #068EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068EAE; }
p { color: rgb(6,142,174); }
H1.HeaderClassName
{
color: #068EAE;
}
.AnyTagClassName
{
color: #068EAE;
}
</style>
background-color css
<style>
a { background-color: #068EAE; }
a { background-color: rgb(6,142,174); }
div.DivClassName
{
background-color: #068EAE;
}
.BgClassName
{
background-color: #068EAE;
}
</style>
border-color css
<style>
span { border-color: #068EAE; }
span { border-color: rgb(6,142,174); }
td.TdClassName
{
border-color: #068EAE;
}
.TagClassName
{
border-color: #068EAE;
}
</style>