Shades of Bondi Blue #0286BE
Tints of Bondi Blue #0286BE
RGB
CMYK
RGB Variations
Color information
#0286BE (or 0x0286BE) is known color: Bondi Blue. HEX triplet: 02, 86 and BE. RGB value is (2,134,190). Sum of RGB (Red+Green+Blue) = 2+134+190=326 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #0286BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0286BE is #FD7941. Grayscale: #646464. Windows color (decimal): -16611650 or 12486146. OLE color: 12486146.
HSL color Cylindrical-coordinate representation of color #0286BE: hue angle of 197.87º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0286BE is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 134 | 190 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.25 |
| HSL | 197.87º | 0.98% | 0.38% | - |
| HSV(B) | 197.87º | 0.99% | 0.75% | - |
| XYZ | 17.84 | 20.78 | 51.79 | - |
| YUV | 100.92 | 178.27 | 57.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 134 | 190 | 0.99 | 0.29 | 0 | 0.25 | 197.87 | 0.98 | 0.38 |
| Hex | 2 | 86 | BE | 63 | 1D | 0 | 19 | C6 | 62 | 26 |
| Octal | 2 | 206 | 276 | 143 | 35 | 0 | 31 | 306 | 142 | 46 |
| Binary | 10 | 10000110 | 10111110 | 1100011 | 11101 | 0 | 11001 | 11000110 | 1100010 | 100110 |
Color Harmonies of #0286BE
Complementary color
Monochromatic Colors of #0286BE
Black with #0286BE
Text Example
Text Example
White with #0286BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0286BE; }
p { color: rgb(2,134,190); }
H1.HeaderClassName
{
color: #0286BE;
}
.AnyTagClassName
{
color: #0286BE;
}
</style>
background-color css
<style>
a { background-color: #0286BE; }
a { background-color: rgb(2,134,190); }
div.DivClassName
{
background-color: #0286BE;
}
.BgClassName
{
background-color: #0286BE;
}
</style>
border-color css
<style>
span { border-color: #0286BE; }
span { border-color: rgb(2,134,190); }
td.TdClassName
{
border-color: #0286BE;
}
.TagClassName
{
border-color: #0286BE;
}
</style>