Shades of Bondi Blue #028ABC
Tints of Bondi Blue #028ABC
RGB
CMYK
RGB Variations
Color information
#028ABC (or 0x028ABC) is known color: Bondi Blue. HEX triplet: 02, 8A and BC. RGB value is (2,138,188). Sum of RGB (Red+Green+Blue) = 2+138+188=328 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 328); Green value is 138 (54.30% from 255 or 42.07% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #028ABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028ABC is #FD7543. Grayscale: #666666. Windows color (decimal): -16610628 or 12356098. OLE color: 12356098.
HSL color Cylindrical-coordinate representation of color #028ABC: hue angle of 196.13º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028ABC is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 138 | 188 | - |
| CMYK | 0.99 | 0.27 | 0 | 0.26 |
| HSL | 196.13º | 0.98% | 0.37% | - |
| HSV(B) | 196.13º | 0.99% | 0.74% | - |
| XYZ | 18.19 | 21.82 | 50.83 | - |
| YUV | 103.04 | 175.94 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 138 | 188 | 0.99 | 0.27 | 0 | 0.26 | 196.13 | 0.98 | 0.37 |
| Hex | 2 | 8A | BC | 63 | 1B | 0 | 1A | C4 | 62 | 25 |
| Octal | 2 | 212 | 274 | 143 | 33 | 0 | 32 | 304 | 142 | 45 |
| Binary | 10 | 10001010 | 10111100 | 1100011 | 11011 | 0 | 11010 | 11000100 | 1100010 | 100101 |
Color Harmonies of #028ABC
Complementary color
Monochromatic Colors of #028ABC
Black with #028ABC
Text Example
Text Example
White with #028ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028ABC; }
p { color: rgb(2,138,188); }
H1.HeaderClassName
{
color: #028ABC;
}
.AnyTagClassName
{
color: #028ABC;
}
</style>
background-color css
<style>
a { background-color: #028ABC; }
a { background-color: rgb(2,138,188); }
div.DivClassName
{
background-color: #028ABC;
}
.BgClassName
{
background-color: #028ABC;
}
</style>
border-color css
<style>
span { border-color: #028ABC; }
span { border-color: rgb(2,138,188); }
td.TdClassName
{
border-color: #028ABC;
}
.TagClassName
{
border-color: #028ABC;
}
</style>