Shades of Iris Blue #1FC0CE
Tints of Iris Blue #1FC0CE
RGB
CMYK
RGB Variations
Color information
#1FC0CE (or 0x1FC0CE) is known color: Iris Blue. HEX triplet: 1F, C0 and CE. RGB value is (31,192,206). Sum of RGB (Red+Green+Blue) = 31+192+206=429 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.23% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #1FC0CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC0CE is #E03F31. Grayscale: #919191. Windows color (decimal): -14696242 or 13549599. OLE color: 13549599.
HSL color Cylindrical-coordinate representation of color #1FC0CE: hue angle of 184.8º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FC0CE is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 192 | 206 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.19 |
| HSL | 184.8º | 0.74% | 0.46% | - |
| HSV(B) | 184.8º | 0.85% | 0.81% | - |
| XYZ | 30.56 | 42.45 | 64.98 | - |
| YUV | 145.46 | 162.16 | 46.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 206 | 0.85 | 0.07 | 0 | 0.19 | 184.8 | 0.74 | 0.46 |
| Hex | 1F | C0 | CE | 55 | 7 | 0 | 13 | B9 | 4A | 2E |
| Octal | 37 | 300 | 316 | 125 | 7 | 0 | 23 | 271 | 112 | 56 |
| Binary | 11111 | 11000000 | 11001110 | 1010101 | 111 | 0 | 10011 | 10111001 | 1001010 | 101110 |
Color Harmonies of #1FC0CE
Complementary color
Monochromatic Colors of #1FC0CE
Black with #1FC0CE
Text Example
Text Example
White with #1FC0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC0CE; }
p { color: rgb(31,192,206); }
H1.HeaderClassName
{
color: #1FC0CE;
}
.AnyTagClassName
{
color: #1FC0CE;
}
</style>
background-color css
<style>
a { background-color: #1FC0CE; }
a { background-color: rgb(31,192,206); }
div.DivClassName
{
background-color: #1FC0CE;
}
.BgClassName
{
background-color: #1FC0CE;
}
</style>
border-color css
<style>
span { border-color: #1FC0CE; }
span { border-color: rgb(31,192,206); }
td.TdClassName
{
border-color: #1FC0CE;
}
.TagClassName
{
border-color: #1FC0CE;
}
</style>