Shades of Bondi Blue #10A3B5
Tints of Bondi Blue #10A3B5
RGB
CMYK
RGB Variations
Color information
#10A3B5 (or 0x10A3B5) is known color: Bondi Blue. HEX triplet: 10, A3 and B5. RGB value is (16,163,181). Sum of RGB (Red+Green+Blue) = 16+163+181=360 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.44% from 360); Green value is 163 (64.06% from 255 or 45.28% from 360); Blue value is 181 (71.09% from 255 or 50.28% from 360); Max value from RGB is 181 - color contains mainly: blue. Hex color #10A3B5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A3B5 is #EF5C4A. Grayscale: #787878. Windows color (decimal): -15686731 or 11903760. OLE color: 11903760.
HSL color Cylindrical-coordinate representation of color #10A3B5: hue angle of 186.55º degrees, saturation: 0.84, 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 #10A3B5 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 163 | 181 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.29 |
| HSL | 186.55º | 0.84% | 0.39% | - |
| HSV(B) | 186.55º | 0.91% | 0.71% | - |
| XYZ | 21.65 | 29.64 | 48.3 | - |
| YUV | 121.1 | 161.8 | 53.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 163 | 181 | 0.91 | 0.10 | 0 | 0.29 | 186.55 | 0.84 | 0.39 |
| Hex | 10 | A3 | B5 | 5B | A | 0 | 1D | BB | 54 | 27 |
| Octal | 20 | 243 | 265 | 133 | 12 | 0 | 35 | 273 | 124 | 47 |
| Binary | 10000 | 10100011 | 10110101 | 1011011 | 1010 | 0 | 11101 | 10111011 | 1010100 | 100111 |
Color Harmonies of #10A3B5
Complementary color
Monochromatic Colors of #10A3B5
Black with #10A3B5
Text Example
Text Example
White with #10A3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A3B5; }
p { color: rgb(16,163,181); }
H1.HeaderClassName
{
color: #10A3B5;
}
.AnyTagClassName
{
color: #10A3B5;
}
</style>
background-color css
<style>
a { background-color: #10A3B5; }
a { background-color: rgb(16,163,181); }
div.DivClassName
{
background-color: #10A3B5;
}
.BgClassName
{
background-color: #10A3B5;
}
</style>
border-color css
<style>
span { border-color: #10A3B5; }
span { border-color: rgb(16,163,181); }
td.TdClassName
{
border-color: #10A3B5;
}
.TagClassName
{
border-color: #10A3B5;
}
</style>