Shades of Iris Blue #10C0BD
Tints of Iris Blue #10C0BD
RGB
CMYK
RGB Variations
Color information
#10C0BD (or 0x10C0BD) is known color: Iris Blue. HEX triplet: 10, C0 and BD. RGB value is (16,192,189). Sum of RGB (Red+Green+Blue) = 16+192+189=397 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.03% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 192 - color contains mainly: green. Hex color #10C0BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C0BD is #EF3F42. Grayscale: #8A8A8A. Windows color (decimal): -15679299 or 12435472. OLE color: 12435472.
HSL color Cylindrical-coordinate representation of color #10C0BD: hue angle of 178.98º 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 #10C0BD is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 192 | 189 | - |
| CMYK | 0.92 | 0 | 0.02 | 0.25 |
| HSL | 178.98º | 0.85% | 0.41% | - |
| HSV(B) | 178.98º | 0.92% | 0.75% | - |
| XYZ | 28.25 | 41.48 | 54.66 | - |
| YUV | 139.03 | 156.19 | 40.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 192 | 189 | 0.92 | 0 | 0.02 | 0.25 | 178.98 | 0.85 | 0.41 |
| Hex | 10 | C0 | BD | 5C | 0 | 2 | 19 | B3 | 55 | 29 |
| Octal | 20 | 300 | 275 | 134 | 0 | 2 | 31 | 263 | 125 | 51 |
| Binary | 10000 | 11000000 | 10111101 | 1011100 | 0 | 10 | 11001 | 10110011 | 1010101 | 101001 |
Color Harmonies of #10C0BD
Complementary color
Monochromatic Colors of #10C0BD
Black with #10C0BD
Text Example
Text Example
White with #10C0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C0BD; }
p { color: rgb(16,192,189); }
H1.HeaderClassName
{
color: #10C0BD;
}
.AnyTagClassName
{
color: #10C0BD;
}
</style>
background-color css
<style>
a { background-color: #10C0BD; }
a { background-color: rgb(16,192,189); }
div.DivClassName
{
background-color: #10C0BD;
}
.BgClassName
{
background-color: #10C0BD;
}
</style>
border-color css
<style>
span { border-color: #10C0BD; }
span { border-color: rgb(16,192,189); }
td.TdClassName
{
border-color: #10C0BD;
}
.TagClassName
{
border-color: #10C0BD;
}
</style>