Shades of Iris Blue #10C1D1
Tints of Iris Blue #10C1D1
RGB
CMYK
RGB Variations
Color information
#10C1D1 (or 0x10C1D1) is known color: Iris Blue. HEX triplet: 10, C1 and D1. RGB value is (16,193,209). Sum of RGB (Red+Green+Blue) = 16+193+209=418 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.83% from 418); Green value is 193 (75.78% from 255 or 46.17% from 418); Blue value is 209 (82.03% from 255 or 50% from 418); Max value from RGB is 209 - color contains mainly: blue. Hex color #10C1D1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C1D1 is #EF3E2E. Grayscale: #8D8D8D. Windows color (decimal): -15679023 or 13746448. OLE color: 13746448.
HSL color Cylindrical-coordinate representation of color #10C1D1: hue angle of 184.97º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C1D1 is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 193 | 209 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.18 |
| HSL | 184.97º | 0.86% | 0.44% | - |
| HSV(B) | 184.97º | 0.92% | 0.82% | - |
| XYZ | 30.79 | 42.85 | 66.97 | - |
| YUV | 141.9 | 165.86 | 38.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 193 | 209 | 0.92 | 0.08 | 0 | 0.18 | 184.97 | 0.86 | 0.44 |
| Hex | 10 | C1 | D1 | 5C | 8 | 0 | 12 | B9 | 56 | 2C |
| Octal | 20 | 301 | 321 | 134 | 10 | 0 | 22 | 271 | 126 | 54 |
| Binary | 10000 | 11000001 | 11010001 | 1011100 | 1000 | 0 | 10010 | 10111001 | 1010110 | 101100 |
Color Harmonies of #10C1D1
Complementary color
Monochromatic Colors of #10C1D1
Black with #10C1D1
Text Example
Text Example
White with #10C1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C1D1; }
p { color: rgb(16,193,209); }
H1.HeaderClassName
{
color: #10C1D1;
}
.AnyTagClassName
{
color: #10C1D1;
}
</style>
background-color css
<style>
a { background-color: #10C1D1; }
a { background-color: rgb(16,193,209); }
div.DivClassName
{
background-color: #10C1D1;
}
.BgClassName
{
background-color: #10C1D1;
}
</style>
border-color css
<style>
span { border-color: #10C1D1; }
span { border-color: rgb(16,193,209); }
td.TdClassName
{
border-color: #10C1D1;
}
.TagClassName
{
border-color: #10C1D1;
}
</style>