Shades of Bondi Blue #018EAE
Tints of Bondi Blue #018EAE
RGB
CMYK
RGB Variations
Color information
#018EAE (or 0x018EAE) is known color: Bondi Blue. HEX triplet: 01, 8E and AE. RGB value is (1,142,174). Sum of RGB (Red+Green+Blue) = 1+142+174=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 142 (55.86% from 255 or 44.79% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #018EAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018EAE is #FE7151. Grayscale: #676767. Windows color (decimal): -16675154 or 11439617. OLE color: 11439617.
HSL color Cylindrical-coordinate representation of color #018EAE: hue angle of 191.1º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018EAE is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 142 | 174 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.32 |
| HSL | 191.1º | 0.99% | 0.34% | - |
| HSV(B) | 191.1º | 0.99% | 0.68% | - |
| XYZ | 17.33 | 22.41 | 43.46 | - |
| YUV | 103.49 | 167.79 | 54.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 174 | 0.99 | 0.18 | 0 | 0.32 | 191.1 | 0.99 | 0.34 |
| Hex | 1 | 8E | AE | 63 | 12 | 0 | 20 | BF | 63 | 22 |
| Octal | 1 | 216 | 256 | 143 | 22 | 0 | 40 | 277 | 143 | 42 |
| Binary | 1 | 10001110 | 10101110 | 1100011 | 10010 | 0 | 100000 | 10111111 | 1100011 | 100010 |
Color Harmonies of #018EAE
Complementary color
Monochromatic Colors of #018EAE
Black with #018EAE
Text Example
Text Example
White with #018EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018EAE; }
p { color: rgb(1,142,174); }
H1.HeaderClassName
{
color: #018EAE;
}
.AnyTagClassName
{
color: #018EAE;
}
</style>
background-color css
<style>
a { background-color: #018EAE; }
a { background-color: rgb(1,142,174); }
div.DivClassName
{
background-color: #018EAE;
}
.BgClassName
{
background-color: #018EAE;
}
</style>
border-color css
<style>
span { border-color: #018EAE; }
span { border-color: rgb(1,142,174); }
td.TdClassName
{
border-color: #018EAE;
}
.TagClassName
{
border-color: #018EAE;
}
</style>