Shades of Bondi Blue #028FBA
Tints of Bondi Blue #028FBA
RGB
CMYK
RGB Variations
Color information
#028FBA (or 0x028FBA) is known color: Bondi Blue. HEX triplet: 02, 8F and BA. RGB value is (2,143,186). Sum of RGB (Red+Green+Blue) = 2+143+186=331 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #028FBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028FBA is #FD7045. Grayscale: #696969. Windows color (decimal): -16609350 or 12226306. OLE color: 12226306.
HSL color Cylindrical-coordinate representation of color #028FBA: hue angle of 194.02º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028FBA is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 143 | 186 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.27 |
| HSL | 194.02º | 0.98% | 0.37% | - |
| HSV(B) | 194.02º | 0.99% | 0.73% | - |
| XYZ | 18.71 | 23.2 | 49.95 | - |
| YUV | 105.74 | 173.29 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 143 | 186 | 0.99 | 0.23 | 0 | 0.27 | 194.02 | 0.98 | 0.37 |
| Hex | 2 | 8F | BA | 63 | 17 | 0 | 1B | C2 | 62 | 25 |
| Octal | 2 | 217 | 272 | 143 | 27 | 0 | 33 | 302 | 142 | 45 |
| Binary | 10 | 10001111 | 10111010 | 1100011 | 10111 | 0 | 11011 | 11000010 | 1100010 | 100101 |
Color Harmonies of #028FBA
Complementary color
Monochromatic Colors of #028FBA
Black with #028FBA
Text Example
Text Example
White with #028FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028FBA; }
p { color: rgb(2,143,186); }
H1.HeaderClassName
{
color: #028FBA;
}
.AnyTagClassName
{
color: #028FBA;
}
</style>
background-color css
<style>
a { background-color: #028FBA; }
a { background-color: rgb(2,143,186); }
div.DivClassName
{
background-color: #028FBA;
}
.BgClassName
{
background-color: #028FBA;
}
</style>
border-color css
<style>
span { border-color: #028FBA; }
span { border-color: rgb(2,143,186); }
td.TdClassName
{
border-color: #028FBA;
}
.TagClassName
{
border-color: #028FBA;
}
</style>