Shades of Bondi Blue #028DB9
Tints of Bondi Blue #028DB9
RGB
CMYK
RGB Variations
Color information
#028DB9 (or 0x028DB9) is known color: Bondi Blue. HEX triplet: 02, 8D and B9. RGB value is (2,141,185). Sum of RGB (Red+Green+Blue) = 2+141+185=328 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 185 (72.66% from 255 or 56.40% from 328); Max value from RGB is 185 - color contains mainly: blue. Hex color #028DB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028DB9 is #FD7246. Grayscale: #686868. Windows color (decimal): -16609863 or 12160258. OLE color: 12160258.
HSL color Cylindrical-coordinate representation of color #028DB9: hue angle of 194.43º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028DB9 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 141 | 185 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.27 |
| HSL | 194.43º | 0.98% | 0.37% | - |
| HSV(B) | 194.43º | 0.99% | 0.73% | - |
| XYZ | 18.31 | 22.57 | 49.29 | - |
| YUV | 104.46 | 173.45 | 54.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 141 | 185 | 0.99 | 0.24 | 0 | 0.27 | 194.43 | 0.98 | 0.37 |
| Hex | 2 | 8D | B9 | 63 | 18 | 0 | 1B | C2 | 62 | 25 |
| Octal | 2 | 215 | 271 | 143 | 30 | 0 | 33 | 302 | 142 | 45 |
| Binary | 10 | 10001101 | 10111001 | 1100011 | 11000 | 0 | 11011 | 11000010 | 1100010 | 100101 |
Color Harmonies of #028DB9
Complementary color
Monochromatic Colors of #028DB9
Black with #028DB9
Text Example
Text Example
White with #028DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028DB9; }
p { color: rgb(2,141,185); }
H1.HeaderClassName
{
color: #028DB9;
}
.AnyTagClassName
{
color: #028DB9;
}
</style>
background-color css
<style>
a { background-color: #028DB9; }
a { background-color: rgb(2,141,185); }
div.DivClassName
{
background-color: #028DB9;
}
.BgClassName
{
background-color: #028DB9;
}
</style>
border-color css
<style>
span { border-color: #028DB9; }
span { border-color: rgb(2,141,185); }
td.TdClassName
{
border-color: #028DB9;
}
.TagClassName
{
border-color: #028DB9;
}
</style>