Shades of Iris Blue #1FBFCB
Tints of Iris Blue #1FBFCB
RGB
CMYK
RGB Variations
Color information
#1FBFCB (or 0x1FBFCB) is known color: Iris Blue. HEX triplet: 1F, BF and CB. RGB value is (31,191,203). Sum of RGB (Red+Green+Blue) = 31+191+203=425 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.29% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #1FBFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBFCB is #E04034. Grayscale: #909090. Windows color (decimal): -14696501 or 13352735. OLE color: 13352735.
HSL color Cylindrical-coordinate representation of color #1FBFCB: hue angle of 184.19º 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 #1FBFCB is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 191 | 203 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.20 |
| HSL | 184.19º | 0.74% | 0.46% | - |
| HSV(B) | 184.19º | 0.85% | 0.8% | - |
| XYZ | 29.98 | 41.86 | 63 | - |
| YUV | 144.53 | 160.99 | 47.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 191 | 203 | 0.85 | 0.06 | 0 | 0.20 | 184.19 | 0.74 | 0.46 |
| Hex | 1F | BF | CB | 55 | 6 | 0 | 14 | B8 | 4A | 2E |
| Octal | 37 | 277 | 313 | 125 | 6 | 0 | 24 | 270 | 112 | 56 |
| Binary | 11111 | 10111111 | 11001011 | 1010101 | 110 | 0 | 10100 | 10111000 | 1001010 | 101110 |
Color Harmonies of #1FBFCB
Complementary color
Monochromatic Colors of #1FBFCB
Black with #1FBFCB
Text Example
Text Example
White with #1FBFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBFCB; }
p { color: rgb(31,191,203); }
H1.HeaderClassName
{
color: #1FBFCB;
}
.AnyTagClassName
{
color: #1FBFCB;
}
</style>
background-color css
<style>
a { background-color: #1FBFCB; }
a { background-color: rgb(31,191,203); }
div.DivClassName
{
background-color: #1FBFCB;
}
.BgClassName
{
background-color: #1FBFCB;
}
</style>
border-color css
<style>
span { border-color: #1FBFCB; }
span { border-color: rgb(31,191,203); }
td.TdClassName
{
border-color: #1FBFCB;
}
.TagClassName
{
border-color: #1FBFCB;
}
</style>