Shades of Iris Blue #10C1BD
Tints of Iris Blue #10C1BD
RGB
CMYK
RGB Variations
Color information
#10C1BD (or 0x10C1BD) is known color: Iris Blue. HEX triplet: 10, C1 and BD. RGB value is (16,193,189). Sum of RGB (Red+Green+Blue) = 16+193+189=398 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.02% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #10C1BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C1BD is #EF3E42. Grayscale: #8B8B8B. Windows color (decimal): -15679043 or 12435728. OLE color: 12435728.
HSL color Cylindrical-coordinate representation of color #10C1BD: hue angle of 178.64º 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 #10C1BD is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 193 | 189 | - |
| CMYK | 0.92 | 0 | 0.02 | 0.24 |
| HSL | 178.64º | 0.85% | 0.41% | - |
| HSV(B) | 178.64º | 0.92% | 0.76% | - |
| XYZ | 28.47 | 41.92 | 54.74 | - |
| YUV | 139.62 | 155.86 | 39.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 193 | 189 | 0.92 | 0 | 0.02 | 0.24 | 178.64 | 0.85 | 0.41 |
| Hex | 10 | C1 | BD | 5C | 0 | 2 | 18 | B3 | 55 | 29 |
| Octal | 20 | 301 | 275 | 134 | 0 | 2 | 30 | 263 | 125 | 51 |
| Binary | 10000 | 11000001 | 10111101 | 1011100 | 0 | 10 | 11000 | 10110011 | 1010101 | 101001 |
Color Harmonies of #10C1BD
Complementary color
Monochromatic Colors of #10C1BD
Black with #10C1BD
Text Example
Text Example
White with #10C1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C1BD; }
p { color: rgb(16,193,189); }
H1.HeaderClassName
{
color: #10C1BD;
}
.AnyTagClassName
{
color: #10C1BD;
}
</style>
background-color css
<style>
a { background-color: #10C1BD; }
a { background-color: rgb(16,193,189); }
div.DivClassName
{
background-color: #10C1BD;
}
.BgClassName
{
background-color: #10C1BD;
}
</style>
border-color css
<style>
span { border-color: #10C1BD; }
span { border-color: rgb(16,193,189); }
td.TdClassName
{
border-color: #10C1BD;
}
.TagClassName
{
border-color: #10C1BD;
}
</style>