Shades of Iris Blue #10BAC0
Tints of Iris Blue #10BAC0
RGB
CMYK
RGB Variations
Color information
#10BAC0 (or 0x10BAC0) is known color: Iris Blue. HEX triplet: 10, BA and C0. RGB value is (16,186,192). Sum of RGB (Red+Green+Blue) = 16+186+192=394 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.06% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 192 (75.39% from 255 or 48.73% from 394); Max value from RGB is 192 - color contains mainly: blue. Hex color #10BAC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BAC0 is #EF453F. Grayscale: #878787. Windows color (decimal): -15680832 or 12630544. OLE color: 12630544.
HSL color Cylindrical-coordinate representation of color #10BAC0: hue angle of 182.05º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BAC0 is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 186 | 192 | - |
| CMYK | 0.92 | 0.03 | 0 | 0.25 |
| HSL | 182.05º | 0.85% | 0.41% | - |
| HSV(B) | 182.05º | 0.92% | 0.75% | - |
| XYZ | 27.29 | 39.03 | 55.97 | - |
| YUV | 135.85 | 159.68 | 42.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 186 | 192 | 0.92 | 0.03 | 0 | 0.25 | 182.05 | 0.85 | 0.41 |
| Hex | 10 | BA | C0 | 5C | 3 | 0 | 19 | B6 | 55 | 29 |
| Octal | 20 | 272 | 300 | 134 | 3 | 0 | 31 | 266 | 125 | 51 |
| Binary | 10000 | 10111010 | 11000000 | 1011100 | 11 | 0 | 11001 | 10110110 | 1010101 | 101001 |
Color Harmonies of #10BAC0
Complementary color
Monochromatic Colors of #10BAC0
Black with #10BAC0
Text Example
Text Example
White with #10BAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BAC0; }
p { color: rgb(16,186,192); }
H1.HeaderClassName
{
color: #10BAC0;
}
.AnyTagClassName
{
color: #10BAC0;
}
</style>
background-color css
<style>
a { background-color: #10BAC0; }
a { background-color: rgb(16,186,192); }
div.DivClassName
{
background-color: #10BAC0;
}
.BgClassName
{
background-color: #10BAC0;
}
</style>
border-color css
<style>
span { border-color: #10BAC0; }
span { border-color: rgb(16,186,192); }
td.TdClassName
{
border-color: #10BAC0;
}
.TagClassName
{
border-color: #10BAC0;
}
</style>