Shades of Bondi Blue #028BBC
Tints of Bondi Blue #028BBC
RGB
CMYK
RGB Variations
Color information
#028BBC (or 0x028BBC) is known color: Bondi Blue. HEX triplet: 02, 8B and BC. RGB value is (2,139,188). Sum of RGB (Red+Green+Blue) = 2+139+188=329 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 329); Green value is 139 (54.69% from 255 or 42.25% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #028BBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028BBC is #FD7443. Grayscale: #676767. Windows color (decimal): -16610372 or 12356354. OLE color: 12356354.
HSL color Cylindrical-coordinate representation of color #028BBC: hue angle of 195.81º 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 #028BBC is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 139 | 188 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.26 |
| HSL | 195.81º | 0.98% | 0.37% | - |
| HSV(B) | 195.81º | 0.99% | 0.74% | - |
| XYZ | 18.33 | 22.11 | 50.88 | - |
| YUV | 103.62 | 175.61 | 55.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 139 | 188 | 0.99 | 0.26 | 0 | 0.26 | 195.81 | 0.98 | 0.37 |
| Hex | 2 | 8B | BC | 63 | 1A | 0 | 1A | C4 | 62 | 25 |
| Octal | 2 | 213 | 274 | 143 | 32 | 0 | 32 | 304 | 142 | 45 |
| Binary | 10 | 10001011 | 10111100 | 1100011 | 11010 | 0 | 11010 | 11000100 | 1100010 | 100101 |
Color Harmonies of #028BBC
Complementary color
Monochromatic Colors of #028BBC
Black with #028BBC
Text Example
Text Example
White with #028BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028BBC; }
p { color: rgb(2,139,188); }
H1.HeaderClassName
{
color: #028BBC;
}
.AnyTagClassName
{
color: #028BBC;
}
</style>
background-color css
<style>
a { background-color: #028BBC; }
a { background-color: rgb(2,139,188); }
div.DivClassName
{
background-color: #028BBC;
}
.BgClassName
{
background-color: #028BBC;
}
</style>
border-color css
<style>
span { border-color: #028BBC; }
span { border-color: rgb(2,139,188); }
td.TdClassName
{
border-color: #028BBC;
}
.TagClassName
{
border-color: #028BBC;
}
</style>