Shades of Bondi Blue #11A3B5
Tints of Bondi Blue #11A3B5
RGB
CMYK
RGB Variations
Color information
#11A3B5 (or 0x11A3B5) is known color: Bondi Blue. HEX triplet: 11, A3 and B5. RGB value is (17,163,181). Sum of RGB (Red+Green+Blue) = 17+163+181=361 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.71% from 361); Green value is 163 (64.06% from 255 or 45.15% from 361); Blue value is 181 (71.09% from 255 or 50.14% from 361); Max value from RGB is 181 - color contains mainly: blue. Hex color #11A3B5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11A3B5 is #EE5C4A. Grayscale: #797979. Windows color (decimal): -15621195 or 11903761. OLE color: 11903761.
HSL color Cylindrical-coordinate representation of color #11A3B5: hue angle of 186.59º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11A3B5 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 17 | 163 | 181 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.29 |
| HSL | 186.59º | 0.83% | 0.39% | - |
| HSV(B) | 186.59º | 0.91% | 0.71% | - |
| XYZ | 21.67 | 29.65 | 48.3 | - |
| YUV | 121.4 | 161.63 | 53.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 163 | 181 | 0.91 | 0.10 | 0 | 0.29 | 186.59 | 0.83 | 0.39 |
| Hex | 11 | A3 | B5 | 5B | A | 0 | 1D | BB | 53 | 27 |
| Octal | 21 | 243 | 265 | 133 | 12 | 0 | 35 | 273 | 123 | 47 |
| Binary | 10001 | 10100011 | 10110101 | 1011011 | 1010 | 0 | 11101 | 10111011 | 1010011 | 100111 |
Color Harmonies of #11A3B5
Complementary color
Monochromatic Colors of #11A3B5
Black with #11A3B5
Text Example
Text Example
White with #11A3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A3B5; }
p { color: rgb(17,163,181); }
H1.HeaderClassName
{
color: #11A3B5;
}
.AnyTagClassName
{
color: #11A3B5;
}
</style>
background-color css
<style>
a { background-color: #11A3B5; }
a { background-color: rgb(17,163,181); }
div.DivClassName
{
background-color: #11A3B5;
}
.BgClassName
{
background-color: #11A3B5;
}
</style>
border-color css
<style>
span { border-color: #11A3B5; }
span { border-color: rgb(17,163,181); }
td.TdClassName
{
border-color: #11A3B5;
}
.TagClassName
{
border-color: #11A3B5;
}
</style>