Shades of Bondi Blue #028CAE
Tints of Bondi Blue #028CAE
RGB
CMYK
RGB Variations
Color information
#028CAE (or 0x028CAE) is known color: Bondi Blue. HEX triplet: 02, 8C and AE. RGB value is (2,140,174). Sum of RGB (Red+Green+Blue) = 2+140+174=316 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 316); Green value is 140 (55.08% from 255 or 44.30% 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 #028CAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028CAE is #FD7351. Grayscale: #666666. Windows color (decimal): -16610130 or 11439106. OLE color: 11439106.
HSL color Cylindrical-coordinate representation of color #028CAE: hue angle of 191.86º 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 #028CAE is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 140 | 174 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.32 |
| HSL | 191.86º | 0.98% | 0.35% | - |
| HSV(B) | 191.86º | 0.99% | 0.68% | - |
| XYZ | 17.04 | 21.83 | 43.36 | - |
| YUV | 102.61 | 168.28 | 56.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 140 | 174 | 0.99 | 0.20 | 0 | 0.32 | 191.86 | 0.98 | 0.35 |
| Hex | 2 | 8C | AE | 63 | 14 | 0 | 20 | C0 | 62 | 23 |
| Octal | 2 | 214 | 256 | 143 | 24 | 0 | 40 | 300 | 142 | 43 |
| Binary | 10 | 10001100 | 10101110 | 1100011 | 10100 | 0 | 100000 | 11000000 | 1100010 | 100011 |
Color Harmonies of #028CAE
Complementary color
Monochromatic Colors of #028CAE
Black with #028CAE
Text Example
Text Example
White with #028CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028CAE; }
p { color: rgb(2,140,174); }
H1.HeaderClassName
{
color: #028CAE;
}
.AnyTagClassName
{
color: #028CAE;
}
</style>
background-color css
<style>
a { background-color: #028CAE; }
a { background-color: rgb(2,140,174); }
div.DivClassName
{
background-color: #028CAE;
}
.BgClassName
{
background-color: #028CAE;
}
</style>
border-color css
<style>
span { border-color: #028CAE; }
span { border-color: rgb(2,140,174); }
td.TdClassName
{
border-color: #028CAE;
}
.TagClassName
{
border-color: #028CAE;
}
</style>