Shades of Bondi Blue #028DAC
Tints of Bondi Blue #028DAC
RGB
CMYK
RGB Variations
Color information
#028DAC (or 0x028DAC) is known color: Bondi Blue. HEX triplet: 02, 8D and AC. RGB value is (2,141,172). Sum of RGB (Red+Green+Blue) = 2+141+172=315 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 315); Green value is 141 (55.47% from 255 or 44.76% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #028DAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028DAC is #FD7253. Grayscale: #666666. Windows color (decimal): -16609876 or 11308290. OLE color: 11308290.
HSL color Cylindrical-coordinate representation of color #028DAC: hue angle of 190.94º 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 #028DAC is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 141 | 172 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.33 |
| HSL | 190.94º | 0.98% | 0.34% | - |
| HSV(B) | 190.94º | 0.99% | 0.67% | - |
| XYZ | 17 | 22.04 | 42.39 | - |
| YUV | 102.97 | 166.95 | 55.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 141 | 172 | 0.99 | 0.18 | 0 | 0.33 | 190.94 | 0.98 | 0.34 |
| Hex | 2 | 8D | AC | 63 | 12 | 0 | 21 | BF | 62 | 22 |
| Octal | 2 | 215 | 254 | 143 | 22 | 0 | 41 | 277 | 142 | 42 |
| Binary | 10 | 10001101 | 10101100 | 1100011 | 10010 | 0 | 100001 | 10111111 | 1100010 | 100010 |
Color Harmonies of #028DAC
Complementary color
Monochromatic Colors of #028DAC
Black with #028DAC
Text Example
Text Example
White with #028DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028DAC; }
p { color: rgb(2,141,172); }
H1.HeaderClassName
{
color: #028DAC;
}
.AnyTagClassName
{
color: #028DAC;
}
</style>
background-color css
<style>
a { background-color: #028DAC; }
a { background-color: rgb(2,141,172); }
div.DivClassName
{
background-color: #028DAC;
}
.BgClassName
{
background-color: #028DAC;
}
</style>
border-color css
<style>
span { border-color: #028DAC; }
span { border-color: rgb(2,141,172); }
td.TdClassName
{
border-color: #028DAC;
}
.TagClassName
{
border-color: #028DAC;
}
</style>