Shades of Bondi Blue #028DB3
Tints of Bondi Blue #028DB3
RGB
CMYK
RGB Variations
Color information
#028DB3 (or 0x028DB3) is known color: Bondi Blue. HEX triplet: 02, 8D and B3. RGB value is (2,141,179). Sum of RGB (Red+Green+Blue) = 2+141+179=322 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 179 (70.31% from 255 or 55.59% from 322); Max value from RGB is 179 - color contains mainly: blue. Hex color #028DB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028DB3 is #FD724C. Grayscale: #676767. Windows color (decimal): -16609869 or 11767042. OLE color: 11767042.
HSL color Cylindrical-coordinate representation of color #028DB3: hue angle of 192.88º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028DB3 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 2 | 141 | 179 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.30 |
| HSL | 192.88º | 0.98% | 0.35% | - |
| HSV(B) | 192.88º | 0.99% | 0.7% | - |
| XYZ | 17.69 | 22.32 | 46.02 | - |
| YUV | 103.77 | 170.45 | 55.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 141 | 179 | 0.99 | 0.21 | 0 | 0.30 | 192.88 | 0.98 | 0.35 |
| Hex | 2 | 8D | B3 | 63 | 15 | 0 | 1E | C1 | 62 | 23 |
| Octal | 2 | 215 | 263 | 143 | 25 | 0 | 36 | 301 | 142 | 43 |
| Binary | 10 | 10001101 | 10110011 | 1100011 | 10101 | 0 | 11110 | 11000001 | 1100010 | 100011 |
Color Harmonies of #028DB3
Complementary color
Monochromatic Colors of #028DB3
Black with #028DB3
Text Example
Text Example
White with #028DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028DB3; }
p { color: rgb(2,141,179); }
H1.HeaderClassName
{
color: #028DB3;
}
.AnyTagClassName
{
color: #028DB3;
}
</style>
background-color css
<style>
a { background-color: #028DB3; }
a { background-color: rgb(2,141,179); }
div.DivClassName
{
background-color: #028DB3;
}
.BgClassName
{
background-color: #028DB3;
}
</style>
border-color css
<style>
span { border-color: #028DB3; }
span { border-color: rgb(2,141,179); }
td.TdClassName
{
border-color: #028DB3;
}
.TagClassName
{
border-color: #028DB3;
}
</style>