Shades of Bondi Blue #008AAE
Tints of Bondi Blue #008AAE
RGB
CMYK
RGB Variations
Color information
#008AAE (or 0x008AAE) is known color: Bondi Blue. HEX triplet: 00, 8A and AE. RGB value is (0,138,174). Sum of RGB (Red+Green+Blue) = 0+138+174=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 138 (54.30% from 255 or 44.23% from 312); Blue value is 174 (68.36% from 255 or 55.77% from 312); Max value from RGB is 174 - color contains mainly: blue. Hex color #008AAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008AAE is #FF7551. Grayscale: #646464. Windows color (decimal): -16741714 or 11438592. OLE color: 11438592.
HSL color Cylindrical-coordinate representation of color #008AAE: hue angle of 192.41º 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 #008AAE is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 138 | 174 | - |
| CMYK | 1 | 0.21 | 0 | 0.32 |
| HSL | 192.41º | 1% | 0.34% | - |
| HSV(B) | 192.41º | 1% | 0.68% | - |
| XYZ | 16.73 | 21.23 | 43.26 | - |
| YUV | 100.84 | 169.28 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 138 | 174 | 1 | 0.21 | 0 | 0.32 | 192.41 | 1 | 0.34 |
| Hex | 0 | 8A | AE | 64 | 15 | 0 | 20 | C0 | 64 | 22 |
| Octal | 0 | 212 | 256 | 144 | 25 | 0 | 40 | 300 | 144 | 42 |
| Binary | 0 | 10001010 | 10101110 | 1100100 | 10101 | 0 | 100000 | 11000000 | 1100100 | 100010 |
Color Harmonies of #008AAE
Complementary color
Monochromatic Colors of #008AAE
Black with #008AAE
Text Example
Text Example
White with #008AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008AAE; }
p { color: rgb(0,138,174); }
H1.HeaderClassName
{
color: #008AAE;
}
.AnyTagClassName
{
color: #008AAE;
}
</style>
background-color css
<style>
a { background-color: #008AAE; }
a { background-color: rgb(0,138,174); }
div.DivClassName
{
background-color: #008AAE;
}
.BgClassName
{
background-color: #008AAE;
}
</style>
border-color css
<style>
span { border-color: #008AAE; }
span { border-color: rgb(0,138,174); }
td.TdClassName
{
border-color: #008AAE;
}
.TagClassName
{
border-color: #008AAE;
}
</style>