Shades of Iris Blue #1FBECD
Tints of Iris Blue #1FBECD
RGB
CMYK
RGB Variations
Color information
#1FBECD (or 0x1FBECD) is known color: Iris Blue. HEX triplet: 1F, BE and CD. RGB value is (31,190,205). Sum of RGB (Red+Green+Blue) = 31+190+205=426 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.28% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #1FBECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBECD is #E04132. Grayscale: #8F8F8F. Windows color (decimal): -14696755 or 13483551. OLE color: 13483551.
HSL color Cylindrical-coordinate representation of color #1FBECD: hue angle of 185.17º 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 #1FBECD is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 190 | 205 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.20 |
| HSL | 185.17º | 0.74% | 0.46% | - |
| HSV(B) | 185.17º | 0.85% | 0.8% | - |
| XYZ | 30 | 41.53 | 64.19 | - |
| YUV | 144.17 | 162.32 | 47.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 190 | 205 | 0.85 | 0.07 | 0 | 0.20 | 185.17 | 0.74 | 0.46 |
| Hex | 1F | BE | CD | 55 | 7 | 0 | 14 | B9 | 4A | 2E |
| Octal | 37 | 276 | 315 | 125 | 7 | 0 | 24 | 271 | 112 | 56 |
| Binary | 11111 | 10111110 | 11001101 | 1010101 | 111 | 0 | 10100 | 10111001 | 1001010 | 101110 |
Color Harmonies of #1FBECD
Complementary color
Monochromatic Colors of #1FBECD
Black with #1FBECD
Text Example
Text Example
White with #1FBECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBECD; }
p { color: rgb(31,190,205); }
H1.HeaderClassName
{
color: #1FBECD;
}
.AnyTagClassName
{
color: #1FBECD;
}
</style>
background-color css
<style>
a { background-color: #1FBECD; }
a { background-color: rgb(31,190,205); }
div.DivClassName
{
background-color: #1FBECD;
}
.BgClassName
{
background-color: #1FBECD;
}
</style>
border-color css
<style>
span { border-color: #1FBECD; }
span { border-color: rgb(31,190,205); }
td.TdClassName
{
border-color: #1FBECD;
}
.TagClassName
{
border-color: #1FBECD;
}
</style>