Shades of Bondi Blue #10A3B2
Tints of Bondi Blue #10A3B2
RGB
CMYK
RGB Variations
Color information
#10A3B2 (or 0x10A3B2) is known color: Bondi Blue. HEX triplet: 10, A3 and B2. RGB value is (16,163,178). Sum of RGB (Red+Green+Blue) = 16+163+178=357 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.48% from 357); Green value is 163 (64.06% from 255 or 45.66% from 357); Blue value is 178 (69.92% from 255 or 49.86% from 357); Max value from RGB is 178 - color contains mainly: blue. Hex color #10A3B2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A3B2 is #EF5C4D. Grayscale: #787878. Windows color (decimal): -15686734 or 11707152. OLE color: 11707152.
HSL color Cylindrical-coordinate representation of color #10A3B2: hue angle of 185.56º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10A3B2 is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 163 | 178 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.30 |
| HSL | 185.56º | 0.84% | 0.38% | - |
| HSV(B) | 185.56º | 0.91% | 0.7% | - |
| XYZ | 21.35 | 29.52 | 46.69 | - |
| YUV | 120.76 | 160.3 | 53.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 163 | 178 | 0.91 | 0.08 | 0 | 0.30 | 185.56 | 0.84 | 0.38 |
| Hex | 10 | A3 | B2 | 5B | 8 | 0 | 1E | BA | 54 | 26 |
| Octal | 20 | 243 | 262 | 133 | 10 | 0 | 36 | 272 | 124 | 46 |
| Binary | 10000 | 10100011 | 10110010 | 1011011 | 1000 | 0 | 11110 | 10111010 | 1010100 | 100110 |
Color Harmonies of #10A3B2
Complementary color
Monochromatic Colors of #10A3B2
Black with #10A3B2
Text Example
Text Example
White with #10A3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A3B2; }
p { color: rgb(16,163,178); }
H1.HeaderClassName
{
color: #10A3B2;
}
.AnyTagClassName
{
color: #10A3B2;
}
</style>
background-color css
<style>
a { background-color: #10A3B2; }
a { background-color: rgb(16,163,178); }
div.DivClassName
{
background-color: #10A3B2;
}
.BgClassName
{
background-color: #10A3B2;
}
</style>
border-color css
<style>
span { border-color: #10A3B2; }
span { border-color: rgb(16,163,178); }
td.TdClassName
{
border-color: #10A3B2;
}
.TagClassName
{
border-color: #10A3B2;
}
</style>