Shades of Iris Blue #1FC1CE
Tints of Iris Blue #1FC1CE
RGB
CMYK
RGB Variations
Color information
#1FC1CE (or 0x1FC1CE) is known color: Iris Blue. HEX triplet: 1F, C1 and CE. RGB value is (31,193,206). Sum of RGB (Red+Green+Blue) = 31+193+206=430 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.21% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #1FC1CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC1CE is #E03E31. Grayscale: #919191. Windows color (decimal): -14695986 or 13549855. OLE color: 13549855.
HSL color Cylindrical-coordinate representation of color #1FC1CE: hue angle of 184.46º 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 #1FC1CE is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 193 | 206 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.19 |
| HSL | 184.46º | 0.74% | 0.46% | - |
| HSV(B) | 184.46º | 0.85% | 0.81% | - |
| XYZ | 30.78 | 42.89 | 65.05 | - |
| YUV | 146.04 | 161.83 | 45.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 193 | 206 | 0.85 | 0.06 | 0 | 0.19 | 184.46 | 0.74 | 0.46 |
| Hex | 1F | C1 | CE | 55 | 6 | 0 | 13 | B8 | 4A | 2E |
| Octal | 37 | 301 | 316 | 125 | 6 | 0 | 23 | 270 | 112 | 56 |
| Binary | 11111 | 11000001 | 11001110 | 1010101 | 110 | 0 | 10011 | 10111000 | 1001010 | 101110 |
Color Harmonies of #1FC1CE
Complementary color
Monochromatic Colors of #1FC1CE
Black with #1FC1CE
Text Example
Text Example
White with #1FC1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC1CE; }
p { color: rgb(31,193,206); }
H1.HeaderClassName
{
color: #1FC1CE;
}
.AnyTagClassName
{
color: #1FC1CE;
}
</style>
background-color css
<style>
a { background-color: #1FC1CE; }
a { background-color: rgb(31,193,206); }
div.DivClassName
{
background-color: #1FC1CE;
}
.BgClassName
{
background-color: #1FC1CE;
}
</style>
border-color css
<style>
span { border-color: #1FC1CE; }
span { border-color: rgb(31,193,206); }
td.TdClassName
{
border-color: #1FC1CE;
}
.TagClassName
{
border-color: #1FC1CE;
}
</style>