Shades of Bondi Blue #0286BA
Tints of Bondi Blue #0286BA
RGB
CMYK
RGB Variations
Color information
#0286BA (or 0x0286BA) is known color: Bondi Blue. HEX triplet: 02, 86 and BA. RGB value is (2,134,186). Sum of RGB (Red+Green+Blue) = 2+134+186=322 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #0286BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0286BA is #FD7945. Grayscale: #646464. Windows color (decimal): -16611654 or 12224002. OLE color: 12224002.
HSL color Cylindrical-coordinate representation of color #0286BA: hue angle of 196.96º 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 #0286BA is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 134 | 186 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.27 |
| HSL | 196.96º | 0.98% | 0.37% | - |
| HSV(B) | 196.96º | 0.99% | 0.73% | - |
| XYZ | 17.41 | 20.61 | 49.51 | - |
| YUV | 100.46 | 176.27 | 57.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 134 | 186 | 0.99 | 0.28 | 0 | 0.27 | 196.96 | 0.98 | 0.37 |
| Hex | 2 | 86 | BA | 63 | 1C | 0 | 1B | C5 | 62 | 25 |
| Octal | 2 | 206 | 272 | 143 | 34 | 0 | 33 | 305 | 142 | 45 |
| Binary | 10 | 10000110 | 10111010 | 1100011 | 11100 | 0 | 11011 | 11000101 | 1100010 | 100101 |
Color Harmonies of #0286BA
Complementary color
Monochromatic Colors of #0286BA
Black with #0286BA
Text Example
Text Example
White with #0286BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0286BA; }
p { color: rgb(2,134,186); }
H1.HeaderClassName
{
color: #0286BA;
}
.AnyTagClassName
{
color: #0286BA;
}
</style>
background-color css
<style>
a { background-color: #0286BA; }
a { background-color: rgb(2,134,186); }
div.DivClassName
{
background-color: #0286BA;
}
.BgClassName
{
background-color: #0286BA;
}
</style>
border-color css
<style>
span { border-color: #0286BA; }
span { border-color: rgb(2,134,186); }
td.TdClassName
{
border-color: #0286BA;
}
.TagClassName
{
border-color: #0286BA;
}
</style>