Shades of Iris Blue #10C0BE
Tints of Iris Blue #10C0BE
RGB
CMYK
RGB Variations
Color information
#10C0BE (or 0x10C0BE) is known color: Iris Blue. HEX triplet: 10, C0 and BE. RGB value is (16,192,190). Sum of RGB (Red+Green+Blue) = 16+192+190=398 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.02% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 192 - color contains mainly: green. Hex color #10C0BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C0BE is #EF3F41. Grayscale: #8A8A8A. Windows color (decimal): -15679298 or 12501008. OLE color: 12501008.
HSL color Cylindrical-coordinate representation of color #10C0BE: hue angle of 179.32º 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 #10C0BE is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 192 | 190 | - |
| CMYK | 0.92 | 0 | 0.01 | 0.25 |
| HSL | 179.32º | 0.85% | 0.41% | - |
| HSV(B) | 179.32º | 0.92% | 0.75% | - |
| XYZ | 28.36 | 41.53 | 55.24 | - |
| YUV | 139.15 | 156.69 | 40.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 192 | 190 | 0.92 | 0 | 0.01 | 0.25 | 179.32 | 0.85 | 0.41 |
| Hex | 10 | C0 | BE | 5C | 0 | 1 | 19 | B3 | 55 | 29 |
| Octal | 20 | 300 | 276 | 134 | 0 | 1 | 31 | 263 | 125 | 51 |
| Binary | 10000 | 11000000 | 10111110 | 1011100 | 0 | 1 | 11001 | 10110011 | 1010101 | 101001 |
Color Harmonies of #10C0BE
Complementary color
Monochromatic Colors of #10C0BE
Black with #10C0BE
Text Example
Text Example
White with #10C0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C0BE; }
p { color: rgb(16,192,190); }
H1.HeaderClassName
{
color: #10C0BE;
}
.AnyTagClassName
{
color: #10C0BE;
}
</style>
background-color css
<style>
a { background-color: #10C0BE; }
a { background-color: rgb(16,192,190); }
div.DivClassName
{
background-color: #10C0BE;
}
.BgClassName
{
background-color: #10C0BE;
}
</style>
border-color css
<style>
span { border-color: #10C0BE; }
span { border-color: rgb(16,192,190); }
td.TdClassName
{
border-color: #10C0BE;
}
.TagClassName
{
border-color: #10C0BE;
}
</style>