Shades of Iris Blue #1FBCCB
Tints of Iris Blue #1FBCCB
RGB
CMYK
RGB Variations
Color information
#1FBCCB (or 0x1FBCCB) is known color: Iris Blue. HEX triplet: 1F, BC and CB. RGB value is (31,188,203). Sum of RGB (Red+Green+Blue) = 31+188+203=422 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.35% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #1FBCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBCCB is #E04334. Grayscale: #8E8E8E. Windows color (decimal): -14697269 or 13351967. OLE color: 13351967.
HSL color Cylindrical-coordinate representation of color #1FBCCB: hue angle of 185.23º 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 #1FBCCB is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 188 | 203 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.20 |
| HSL | 185.23º | 0.74% | 0.46% | - |
| HSV(B) | 185.23º | 0.85% | 0.8% | - |
| XYZ | 29.33 | 40.57 | 62.78 | - |
| YUV | 142.77 | 161.99 | 48.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 188 | 203 | 0.85 | 0.07 | 0 | 0.20 | 185.23 | 0.74 | 0.46 |
| Hex | 1F | BC | CB | 55 | 7 | 0 | 14 | B9 | 4A | 2E |
| Octal | 37 | 274 | 313 | 125 | 7 | 0 | 24 | 271 | 112 | 56 |
| Binary | 11111 | 10111100 | 11001011 | 1010101 | 111 | 0 | 10100 | 10111001 | 1001010 | 101110 |
Color Harmonies of #1FBCCB
Complementary color
Monochromatic Colors of #1FBCCB
Black with #1FBCCB
Text Example
Text Example
White with #1FBCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBCCB; }
p { color: rgb(31,188,203); }
H1.HeaderClassName
{
color: #1FBCCB;
}
.AnyTagClassName
{
color: #1FBCCB;
}
</style>
background-color css
<style>
a { background-color: #1FBCCB; }
a { background-color: rgb(31,188,203); }
div.DivClassName
{
background-color: #1FBCCB;
}
.BgClassName
{
background-color: #1FBCCB;
}
</style>
border-color css
<style>
span { border-color: #1FBCCB; }
span { border-color: rgb(31,188,203); }
td.TdClassName
{
border-color: #1FBCCB;
}
.TagClassName
{
border-color: #1FBCCB;
}
</style>