Shades of Bondi Blue #018EAB
Tints of Bondi Blue #018EAB
RGB
CMYK
RGB Variations
Color information
#018EAB (or 0x018EAB) is known color: Bondi Blue. HEX triplet: 01, 8E and AB. RGB value is (1,142,171). Sum of RGB (Red+Green+Blue) = 1+142+171=314 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 314); Green value is 142 (55.86% from 255 or 45.22% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #018EAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018EAB is #FE7154. Grayscale: #666666. Windows color (decimal): -16675157 or 11243009. OLE color: 11243009.
HSL color Cylindrical-coordinate representation of color #018EAB: hue angle of 190.24º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018EAB is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 142 | 171 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.33 |
| HSL | 190.24º | 0.99% | 0.34% | - |
| HSV(B) | 190.24º | 0.99% | 0.67% | - |
| XYZ | 17.04 | 22.29 | 41.93 | - |
| YUV | 103.15 | 166.29 | 55.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 171 | 0.99 | 0.17 | 0 | 0.33 | 190.24 | 0.99 | 0.34 |
| Hex | 1 | 8E | AB | 63 | 11 | 0 | 21 | BE | 63 | 22 |
| Octal | 1 | 216 | 253 | 143 | 21 | 0 | 41 | 276 | 143 | 42 |
| Binary | 1 | 10001110 | 10101011 | 1100011 | 10001 | 0 | 100001 | 10111110 | 1100011 | 100010 |
Color Harmonies of #018EAB
Complementary color
Monochromatic Colors of #018EAB
Black with #018EAB
Text Example
Text Example
White with #018EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018EAB; }
p { color: rgb(1,142,171); }
H1.HeaderClassName
{
color: #018EAB;
}
.AnyTagClassName
{
color: #018EAB;
}
</style>
background-color css
<style>
a { background-color: #018EAB; }
a { background-color: rgb(1,142,171); }
div.DivClassName
{
background-color: #018EAB;
}
.BgClassName
{
background-color: #018EAB;
}
</style>
border-color css
<style>
span { border-color: #018EAB; }
span { border-color: rgb(1,142,171); }
td.TdClassName
{
border-color: #018EAB;
}
.TagClassName
{
border-color: #018EAB;
}
</style>