Shades of Bondi Blue #028EBD
Tints of Bondi Blue #028EBD
RGB
CMYK
RGB Variations
Color information
#028EBD (or 0x028EBD) is known color: Bondi Blue. HEX triplet: 02, 8E and BD. RGB value is (2,142,189). Sum of RGB (Red+Green+Blue) = 2+142+189=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 142 (55.86% from 255 or 42.64% from 333); Blue value is 189 (74.22% from 255 or 56.76% from 333); Max value from RGB is 189 - color contains mainly: blue. Hex color #028EBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028EBD is #FD7142. Grayscale: #696969. Windows color (decimal): -16609603 or 12422658. OLE color: 12422658.
HSL color Cylindrical-coordinate representation of color #028EBD: hue angle of 195.08º 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 #028EBD is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 142 | 189 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.26 |
| HSL | 195.08º | 0.98% | 0.37% | - |
| HSV(B) | 195.08º | 0.99% | 0.74% | - |
| XYZ | 18.88 | 23.03 | 51.59 | - |
| YUV | 105.5 | 175.12 | 54.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 142 | 189 | 0.99 | 0.25 | 0 | 0.26 | 195.08 | 0.98 | 0.37 |
| Hex | 2 | 8E | BD | 63 | 19 | 0 | 1A | C3 | 62 | 25 |
| Octal | 2 | 216 | 275 | 143 | 31 | 0 | 32 | 303 | 142 | 45 |
| Binary | 10 | 10001110 | 10111101 | 1100011 | 11001 | 0 | 11010 | 11000011 | 1100010 | 100101 |
Color Harmonies of #028EBD
Complementary color
Monochromatic Colors of #028EBD
Black with #028EBD
Text Example
Text Example
White with #028EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028EBD; }
p { color: rgb(2,142,189); }
H1.HeaderClassName
{
color: #028EBD;
}
.AnyTagClassName
{
color: #028EBD;
}
</style>
background-color css
<style>
a { background-color: #028EBD; }
a { background-color: rgb(2,142,189); }
div.DivClassName
{
background-color: #028EBD;
}
.BgClassName
{
background-color: #028EBD;
}
</style>
border-color css
<style>
span { border-color: #028EBD; }
span { border-color: rgb(2,142,189); }
td.TdClassName
{
border-color: #028EBD;
}
.TagClassName
{
border-color: #028EBD;
}
</style>