Shades of Bondi Blue #028CAC
Tints of Bondi Blue #028CAC
RGB
CMYK
RGB Variations
Color information
#028CAC (or 0x028CAC) is known color: Bondi Blue. HEX triplet: 02, 8C and AC. RGB value is (2,140,172). Sum of RGB (Red+Green+Blue) = 2+140+172=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 140 (55.08% from 255 or 44.59% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #028CAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028CAC is #FD7353. Grayscale: #666666. Windows color (decimal): -16610132 or 11308034. OLE color: 11308034.
HSL color Cylindrical-coordinate representation of color #028CAC: hue angle of 191.29º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028CAC is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 140 | 172 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.33 |
| HSL | 191.29º | 0.98% | 0.34% | - |
| HSV(B) | 191.29º | 0.99% | 0.67% | - |
| XYZ | 16.85 | 21.75 | 42.34 | - |
| YUV | 102.39 | 167.28 | 56.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 140 | 172 | 0.99 | 0.19 | 0 | 0.33 | 191.29 | 0.98 | 0.34 |
| Hex | 2 | 8C | AC | 63 | 13 | 0 | 21 | BF | 62 | 22 |
| Octal | 2 | 214 | 254 | 143 | 23 | 0 | 41 | 277 | 142 | 42 |
| Binary | 10 | 10001100 | 10101100 | 1100011 | 10011 | 0 | 100001 | 10111111 | 1100010 | 100010 |
Color Harmonies of #028CAC
Complementary color
Monochromatic Colors of #028CAC
Black with #028CAC
Text Example
Text Example
White with #028CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028CAC; }
p { color: rgb(2,140,172); }
H1.HeaderClassName
{
color: #028CAC;
}
.AnyTagClassName
{
color: #028CAC;
}
</style>
background-color css
<style>
a { background-color: #028CAC; }
a { background-color: rgb(2,140,172); }
div.DivClassName
{
background-color: #028CAC;
}
.BgClassName
{
background-color: #028CAC;
}
</style>
border-color css
<style>
span { border-color: #028CAC; }
span { border-color: rgb(2,140,172); }
td.TdClassName
{
border-color: #028CAC;
}
.TagClassName
{
border-color: #028CAC;
}
</style>