Shades of Iris Blue #10C1BA
Tints of Iris Blue #10C1BA
RGB
CMYK
RGB Variations
Color information
#10C1BA (or 0x10C1BA) is known color: Iris Blue. HEX triplet: 10, C1 and BA. RGB value is (16,193,186). Sum of RGB (Red+Green+Blue) = 16+193+186=395 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.05% from 395); Green value is 193 (75.78% from 255 or 48.86% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 193 - color contains mainly: green. Hex color #10C1BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C1BA is #EF3E45. Grayscale: #8B8B8B. Windows color (decimal): -15679046 or 12239120. OLE color: 12239120.
HSL color Cylindrical-coordinate representation of color #10C1BA: hue angle of 177.63º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C1BA is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 193 | 186 | - |
| CMYK | 0.92 | 0 | 0.04 | 0.24 |
| HSL | 177.63º | 0.85% | 0.41% | - |
| HSV(B) | 177.63º | 0.92% | 0.76% | - |
| XYZ | 28.15 | 41.8 | 53.04 | - |
| YUV | 139.28 | 154.36 | 40.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 193 | 186 | 0.92 | 0 | 0.04 | 0.24 | 177.63 | 0.85 | 0.41 |
| Hex | 10 | C1 | BA | 5C | 0 | 4 | 18 | B2 | 55 | 29 |
| Octal | 20 | 301 | 272 | 134 | 0 | 4 | 30 | 262 | 125 | 51 |
| Binary | 10000 | 11000001 | 10111010 | 1011100 | 0 | 100 | 11000 | 10110010 | 1010101 | 101001 |
Color Harmonies of #10C1BA
Complementary color
Monochromatic Colors of #10C1BA
Black with #10C1BA
Text Example
Text Example
White with #10C1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C1BA; }
p { color: rgb(16,193,186); }
H1.HeaderClassName
{
color: #10C1BA;
}
.AnyTagClassName
{
color: #10C1BA;
}
</style>
background-color css
<style>
a { background-color: #10C1BA; }
a { background-color: rgb(16,193,186); }
div.DivClassName
{
background-color: #10C1BA;
}
.BgClassName
{
background-color: #10C1BA;
}
</style>
border-color css
<style>
span { border-color: #10C1BA; }
span { border-color: rgb(16,193,186); }
td.TdClassName
{
border-color: #10C1BA;
}
.TagClassName
{
border-color: #10C1BA;
}
</style>