Shades of Bondi Blue #019EAE
Tints of Bondi Blue #019EAE
RGB
CMYK
RGB Variations
Color information
#019EAE (or 0x019EAE) is known color: Bondi Blue. HEX triplet: 01, 9E and AE. RGB value is (1,158,174). Sum of RGB (Red+Green+Blue) = 1+158+174=333 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 333); Green value is 158 (62.11% from 255 or 47.45% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #019EAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019EAE is #FE6151. Grayscale: #707070. Windows color (decimal): -16671058 or 11443713. OLE color: 11443713.
HSL color Cylindrical-coordinate representation of color #019EAE: hue angle of 185.55º 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 #019EAE is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 158 | 174 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.32 |
| HSL | 185.55º | 0.99% | 0.34% | - |
| HSV(B) | 185.55º | 0.99% | 0.68% | - |
| XYZ | 19.88 | 27.52 | 44.31 | - |
| YUV | 112.88 | 162.49 | 48.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 158 | 174 | 0.99 | 0.09 | 0 | 0.32 | 185.55 | 0.99 | 0.34 |
| Hex | 1 | 9E | AE | 63 | 9 | 0 | 20 | BA | 63 | 22 |
| Octal | 1 | 236 | 256 | 143 | 11 | 0 | 40 | 272 | 143 | 42 |
| Binary | 1 | 10011110 | 10101110 | 1100011 | 1001 | 0 | 100000 | 10111010 | 1100011 | 100010 |
Color Harmonies of #019EAE
Complementary color
Monochromatic Colors of #019EAE
Black with #019EAE
Text Example
Text Example
White with #019EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019EAE; }
p { color: rgb(1,158,174); }
H1.HeaderClassName
{
color: #019EAE;
}
.AnyTagClassName
{
color: #019EAE;
}
</style>
background-color css
<style>
a { background-color: #019EAE; }
a { background-color: rgb(1,158,174); }
div.DivClassName
{
background-color: #019EAE;
}
.BgClassName
{
background-color: #019EAE;
}
</style>
border-color css
<style>
span { border-color: #019EAE; }
span { border-color: rgb(1,158,174); }
td.TdClassName
{
border-color: #019EAE;
}
.TagClassName
{
border-color: #019EAE;
}
</style>