Shades of Iris Blue #10C0CF
Tints of Iris Blue #10C0CF
RGB
CMYK
RGB Variations
Color information
#10C0CF (or 0x10C0CF) is known color: Iris Blue. HEX triplet: 10, C0 and CF. RGB value is (16,192,207). Sum of RGB (Red+Green+Blue) = 16+192+207=415 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.86% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #10C0CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10C0CF is #EF3F30. Grayscale: #8C8C8C. Windows color (decimal): -15679281 or 13615120. OLE color: 13615120.
HSL color Cylindrical-coordinate representation of color #10C0CF: hue angle of 184.71º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C0CF is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 192 | 207 | - |
| CMYK | 0.92 | 0.07 | 0 | 0.19 |
| HSL | 184.71º | 0.86% | 0.44% | - |
| HSV(B) | 184.71º | 0.92% | 0.81% | - |
| XYZ | 30.33 | 42.31 | 65.6 | - |
| YUV | 141.09 | 165.19 | 38.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 192 | 207 | 0.92 | 0.07 | 0 | 0.19 | 184.71 | 0.86 | 0.44 |
| Hex | 10 | C0 | CF | 5C | 7 | 0 | 13 | B9 | 56 | 2C |
| Octal | 20 | 300 | 317 | 134 | 7 | 0 | 23 | 271 | 126 | 54 |
| Binary | 10000 | 11000000 | 11001111 | 1011100 | 111 | 0 | 10011 | 10111001 | 1010110 | 101100 |
Color Harmonies of #10C0CF
Complementary color
Monochromatic Colors of #10C0CF
Black with #10C0CF
Text Example
Text Example
White with #10C0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C0CF; }
p { color: rgb(16,192,207); }
H1.HeaderClassName
{
color: #10C0CF;
}
.AnyTagClassName
{
color: #10C0CF;
}
</style>
background-color css
<style>
a { background-color: #10C0CF; }
a { background-color: rgb(16,192,207); }
div.DivClassName
{
background-color: #10C0CF;
}
.BgClassName
{
background-color: #10C0CF;
}
</style>
border-color css
<style>
span { border-color: #10C0CF; }
span { border-color: rgb(16,192,207); }
td.TdClassName
{
border-color: #10C0CF;
}
.TagClassName
{
border-color: #10C0CF;
}
</style>