Shades of Bondi Blue #028FC1
Tints of Bondi Blue #028FC1
RGB
CMYK
RGB Variations
Color information
#028FC1 (or 0x028FC1) is known color: Bondi Blue. HEX triplet: 02, 8F and C1. RGB value is (2,143,193). Sum of RGB (Red+Green+Blue) = 2+143+193=338 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 338); Green value is 143 (56.25% from 255 or 42.31% from 338); Blue value is 193 (75.78% from 255 or 57.10% from 338); Max value from RGB is 193 - color contains mainly: blue. Hex color #028FC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028FC1 is #FD703E. Grayscale: #6A6A6A. Windows color (decimal): -16609343 or 12685058. OLE color: 12685058.
HSL color Cylindrical-coordinate representation of color #028FC1: hue angle of 195.71º 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 #028FC1 is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 143 | 193 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.24 |
| HSL | 195.71º | 0.98% | 0.38% | - |
| HSV(B) | 195.71º | 0.99% | 0.76% | - |
| XYZ | 19.47 | 23.51 | 53.96 | - |
| YUV | 106.54 | 176.79 | 53.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 143 | 193 | 0.99 | 0.26 | 0 | 0.24 | 195.71 | 0.98 | 0.38 |
| Hex | 2 | 8F | C1 | 63 | 1A | 0 | 18 | C4 | 62 | 26 |
| Octal | 2 | 217 | 301 | 143 | 32 | 0 | 30 | 304 | 142 | 46 |
| Binary | 10 | 10001111 | 11000001 | 1100011 | 11010 | 0 | 11000 | 11000100 | 1100010 | 100110 |
Color Harmonies of #028FC1
Complementary color
Monochromatic Colors of #028FC1
Black with #028FC1
Text Example
Text Example
White with #028FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028FC1; }
p { color: rgb(2,143,193); }
H1.HeaderClassName
{
color: #028FC1;
}
.AnyTagClassName
{
color: #028FC1;
}
</style>
background-color css
<style>
a { background-color: #028FC1; }
a { background-color: rgb(2,143,193); }
div.DivClassName
{
background-color: #028FC1;
}
.BgClassName
{
background-color: #028FC1;
}
</style>
border-color css
<style>
span { border-color: #028FC1; }
span { border-color: rgb(2,143,193); }
td.TdClassName
{
border-color: #028FC1;
}
.TagClassName
{
border-color: #028FC1;
}
</style>