Shades of Bondi Blue #008EAE
Tints of Bondi Blue #008EAE
RGB
CMYK
RGB Variations
Color information
#008EAE (or 0x008EAE) is known color: Bondi Blue. HEX triplet: 00, 8E and AE. RGB value is (0,142,174). Sum of RGB (Red+Green+Blue) = 0+142+174=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 142 (55.86% from 255 or 44.94% from 316); Blue value is 174 (68.36% from 255 or 55.06% from 316); Max value from RGB is 174 - color contains mainly: blue. Hex color #008EAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008EAE is #FF7151. Grayscale: #666666. Windows color (decimal): -16740690 or 11439616. OLE color: 11439616.
HSL color Cylindrical-coordinate representation of color #008EAE: hue angle of 191.03º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008EAE is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 142 | 174 | - |
| CMYK | 1 | 0.18 | 0 | 0.32 |
| HSL | 191.03º | 1% | 0.34% | - |
| HSV(B) | 191.03º | 1% | 0.68% | - |
| XYZ | 17.31 | 22.4 | 43.46 | - |
| YUV | 103.19 | 167.96 | 54.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 142 | 174 | 1 | 0.18 | 0 | 0.32 | 191.03 | 1 | 0.34 |
| Hex | 0 | 8E | AE | 64 | 12 | 0 | 20 | BF | 64 | 22 |
| Octal | 0 | 216 | 256 | 144 | 22 | 0 | 40 | 277 | 144 | 42 |
| Binary | 0 | 10001110 | 10101110 | 1100100 | 10010 | 0 | 100000 | 10111111 | 1100100 | 100010 |
Color Harmonies of #008EAE
Complementary color
Monochromatic Colors of #008EAE
Black with #008EAE
Text Example
Text Example
White with #008EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008EAE; }
p { color: rgb(0,142,174); }
H1.HeaderClassName
{
color: #008EAE;
}
.AnyTagClassName
{
color: #008EAE;
}
</style>
background-color css
<style>
a { background-color: #008EAE; }
a { background-color: rgb(0,142,174); }
div.DivClassName
{
background-color: #008EAE;
}
.BgClassName
{
background-color: #008EAE;
}
</style>
border-color css
<style>
span { border-color: #008EAE; }
span { border-color: rgb(0,142,174); }
td.TdClassName
{
border-color: #008EAE;
}
.TagClassName
{
border-color: #008EAE;
}
</style>