Shades of Bondi Blue #028DAE
Tints of Bondi Blue #028DAE
RGB
CMYK
RGB Variations
Color information
#028DAE (or 0x028DAE) is known color: Bondi Blue. HEX triplet: 02, 8D and AE. RGB value is (2,141,174). Sum of RGB (Red+Green+Blue) = 2+141+174=317 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 317); Green value is 141 (55.47% from 255 or 44.48% 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 #028DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028DAE is #FD7251. Grayscale: #666666. Windows color (decimal): -16609874 or 11439362. OLE color: 11439362.
HSL color Cylindrical-coordinate representation of color #028DAE: hue angle of 191.51º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028DAE is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 141 | 174 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.32 |
| HSL | 191.51º | 0.98% | 0.35% | - |
| HSV(B) | 191.51º | 0.99% | 0.68% | - |
| XYZ | 17.19 | 22.12 | 43.41 | - |
| YUV | 103.2 | 167.95 | 55.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 141 | 174 | 0.99 | 0.19 | 0 | 0.32 | 191.51 | 0.98 | 0.35 |
| Hex | 2 | 8D | AE | 63 | 13 | 0 | 20 | C0 | 62 | 23 |
| Octal | 2 | 215 | 256 | 143 | 23 | 0 | 40 | 300 | 142 | 43 |
| Binary | 10 | 10001101 | 10101110 | 1100011 | 10011 | 0 | 100000 | 11000000 | 1100010 | 100011 |
Color Harmonies of #028DAE
Complementary color
Monochromatic Colors of #028DAE
Black with #028DAE
Text Example
Text Example
White with #028DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028DAE; }
p { color: rgb(2,141,174); }
H1.HeaderClassName
{
color: #028DAE;
}
.AnyTagClassName
{
color: #028DAE;
}
</style>
background-color css
<style>
a { background-color: #028DAE; }
a { background-color: rgb(2,141,174); }
div.DivClassName
{
background-color: #028DAE;
}
.BgClassName
{
background-color: #028DAE;
}
</style>
border-color css
<style>
span { border-color: #028DAE; }
span { border-color: rgb(2,141,174); }
td.TdClassName
{
border-color: #028DAE;
}
.TagClassName
{
border-color: #028DAE;
}
</style>