Shades of Bondi Blue #0286BC
Tints of Bondi Blue #0286BC
RGB
CMYK
RGB Variations
Color information
#0286BC (or 0x0286BC) is known color: Bondi Blue. HEX triplet: 02, 86 and BC. RGB value is (2,134,188). Sum of RGB (Red+Green+Blue) = 2+134+188=324 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #0286BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0286BC is #FD7943. Grayscale: #646464. Windows color (decimal): -16611652 or 12355074. OLE color: 12355074.
HSL color Cylindrical-coordinate representation of color #0286BC: hue angle of 197.42º 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 #0286BC is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 134 | 188 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.26 |
| HSL | 197.42º | 0.98% | 0.37% | - |
| HSV(B) | 197.42º | 0.99% | 0.74% | - |
| XYZ | 17.63 | 20.69 | 50.64 | - |
| YUV | 100.69 | 177.27 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 134 | 188 | 0.99 | 0.29 | 0 | 0.26 | 197.42 | 0.98 | 0.37 |
| Hex | 2 | 86 | BC | 63 | 1D | 0 | 1A | C5 | 62 | 25 |
| Octal | 2 | 206 | 274 | 143 | 35 | 0 | 32 | 305 | 142 | 45 |
| Binary | 10 | 10000110 | 10111100 | 1100011 | 11101 | 0 | 11010 | 11000101 | 1100010 | 100101 |
Color Harmonies of #0286BC
Complementary color
Monochromatic Colors of #0286BC
Black with #0286BC
Text Example
Text Example
White with #0286BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0286BC; }
p { color: rgb(2,134,188); }
H1.HeaderClassName
{
color: #0286BC;
}
.AnyTagClassName
{
color: #0286BC;
}
</style>
background-color css
<style>
a { background-color: #0286BC; }
a { background-color: rgb(2,134,188); }
div.DivClassName
{
background-color: #0286BC;
}
.BgClassName
{
background-color: #0286BC;
}
</style>
border-color css
<style>
span { border-color: #0286BC; }
span { border-color: rgb(2,134,188); }
td.TdClassName
{
border-color: #0286BC;
}
.TagClassName
{
border-color: #0286BC;
}
</style>