Shades of Bondi Blue #028BC1
Tints of Bondi Blue #028BC1
RGB
CMYK
RGB Variations
Color information
#028BC1 (or 0x028BC1) is known color: Bondi Blue. HEX triplet: 02, 8B and C1. RGB value is (2,139,193). Sum of RGB (Red+Green+Blue) = 2+139+193=334 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 193 (75.78% from 255 or 57.78% from 334); Max value from RGB is 193 - color contains mainly: blue. Hex color #028BC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028BC1 is #FD743E. Grayscale: #676767. Windows color (decimal): -16610367 or 12684034. OLE color: 12684034.
HSL color Cylindrical-coordinate representation of color #028BC1: hue angle of 196.96º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028BC1 is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 139 | 193 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.24 |
| HSL | 196.96º | 0.98% | 0.38% | - |
| HSV(B) | 196.96º | 0.99% | 0.76% | - |
| XYZ | 18.88 | 22.33 | 53.77 | - |
| YUV | 104.19 | 178.11 | 55.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 139 | 193 | 0.99 | 0.28 | 0 | 0.24 | 196.96 | 0.98 | 0.38 |
| Hex | 2 | 8B | C1 | 63 | 1C | 0 | 18 | C5 | 62 | 26 |
| Octal | 2 | 213 | 301 | 143 | 34 | 0 | 30 | 305 | 142 | 46 |
| Binary | 10 | 10001011 | 11000001 | 1100011 | 11100 | 0 | 11000 | 11000101 | 1100010 | 100110 |
Color Harmonies of #028BC1
Complementary color
Monochromatic Colors of #028BC1
Black with #028BC1
Text Example
Text Example
White with #028BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028BC1; }
p { color: rgb(2,139,193); }
H1.HeaderClassName
{
color: #028BC1;
}
.AnyTagClassName
{
color: #028BC1;
}
</style>
background-color css
<style>
a { background-color: #028BC1; }
a { background-color: rgb(2,139,193); }
div.DivClassName
{
background-color: #028BC1;
}
.BgClassName
{
background-color: #028BC1;
}
</style>
border-color css
<style>
span { border-color: #028BC1; }
span { border-color: rgb(2,139,193); }
td.TdClassName
{
border-color: #028BC1;
}
.TagClassName
{
border-color: #028BC1;
}
</style>