Shades of Bondi Blue #028AAD
Tints of Bondi Blue #028AAD
RGB
CMYK
RGB Variations
Color information
#028AAD (or 0x028AAD) is known color: Bondi Blue. HEX triplet: 02, 8A and AD. RGB value is (2,138,173). Sum of RGB (Red+Green+Blue) = 2+138+173=313 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #028AAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028AAD is #FD7552. Grayscale: #656565. Windows color (decimal): -16610643 or 11373058. OLE color: 11373058.
HSL color Cylindrical-coordinate representation of color #028AAD: hue angle of 192.28º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028AAD is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 138 | 173 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.32 |
| HSL | 192.28º | 0.98% | 0.34% | - |
| HSV(B) | 192.28º | 0.99% | 0.68% | - |
| XYZ | 16.66 | 21.21 | 42.75 | - |
| YUV | 101.33 | 168.44 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 138 | 173 | 0.99 | 0.20 | 0 | 0.32 | 192.28 | 0.98 | 0.34 |
| Hex | 2 | 8A | AD | 63 | 14 | 0 | 20 | C0 | 62 | 22 |
| Octal | 2 | 212 | 255 | 143 | 24 | 0 | 40 | 300 | 142 | 42 |
| Binary | 10 | 10001010 | 10101101 | 1100011 | 10100 | 0 | 100000 | 11000000 | 1100010 | 100010 |
Color Harmonies of #028AAD
Complementary color
Monochromatic Colors of #028AAD
Black with #028AAD
Text Example
Text Example
White with #028AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028AAD; }
p { color: rgb(2,138,173); }
H1.HeaderClassName
{
color: #028AAD;
}
.AnyTagClassName
{
color: #028AAD;
}
</style>
background-color css
<style>
a { background-color: #028AAD; }
a { background-color: rgb(2,138,173); }
div.DivClassName
{
background-color: #028AAD;
}
.BgClassName
{
background-color: #028AAD;
}
</style>
border-color css
<style>
span { border-color: #028AAD; }
span { border-color: rgb(2,138,173); }
td.TdClassName
{
border-color: #028AAD;
}
.TagClassName
{
border-color: #028AAD;
}
</style>