Shades of Iris Blue #1FC1CB
Tints of Iris Blue #1FC1CB
RGB
CMYK
RGB Variations
Color information
#1FC1CB (or 0x1FC1CB) is known color: Iris Blue. HEX triplet: 1F, C1 and CB. RGB value is (31,193,203). Sum of RGB (Red+Green+Blue) = 31+193+203=427 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.26% from 427); Green value is 193 (75.78% from 255 or 45.20% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #1FC1CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC1CB is #E03E34. Grayscale: #919191. Windows color (decimal): -14695989 or 13353247. OLE color: 13353247.
HSL color Cylindrical-coordinate representation of color #1FC1CB: hue angle of 183.49º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FC1CB is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 193 | 203 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.20 |
| HSL | 183.49º | 0.74% | 0.46% | - |
| HSV(B) | 183.49º | 0.85% | 0.8% | - |
| XYZ | 30.41 | 42.74 | 63.15 | - |
| YUV | 145.7 | 160.33 | 46.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 193 | 203 | 0.85 | 0.05 | 0 | 0.20 | 183.49 | 0.74 | 0.46 |
| Hex | 1F | C1 | CB | 55 | 5 | 0 | 14 | B7 | 4A | 2E |
| Octal | 37 | 301 | 313 | 125 | 5 | 0 | 24 | 267 | 112 | 56 |
| Binary | 11111 | 11000001 | 11001011 | 1010101 | 101 | 0 | 10100 | 10110111 | 1001010 | 101110 |
Color Harmonies of #1FC1CB
Complementary color
Monochromatic Colors of #1FC1CB
Black with #1FC1CB
Text Example
Text Example
White with #1FC1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC1CB; }
p { color: rgb(31,193,203); }
H1.HeaderClassName
{
color: #1FC1CB;
}
.AnyTagClassName
{
color: #1FC1CB;
}
</style>
background-color css
<style>
a { background-color: #1FC1CB; }
a { background-color: rgb(31,193,203); }
div.DivClassName
{
background-color: #1FC1CB;
}
.BgClassName
{
background-color: #1FC1CB;
}
</style>
border-color css
<style>
span { border-color: #1FC1CB; }
span { border-color: rgb(31,193,203); }
td.TdClassName
{
border-color: #1FC1CB;
}
.TagClassName
{
border-color: #1FC1CB;
}
</style>