Shades of Iris Blue #1FBFC5
Tints of Iris Blue #1FBFC5
RGB
CMYK
RGB Variations
Color information
#1FBFC5 (or 0x1FBFC5) is known color: Iris Blue. HEX triplet: 1F, BF and C5. RGB value is (31,191,197). Sum of RGB (Red+Green+Blue) = 31+191+197=419 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.40% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 197 (77.34% from 255 or 47.02% from 419); Max value from RGB is 197 - color contains mainly: blue. Hex color #1FBFC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBFC5 is #E0403A. Grayscale: #8F8F8F. Windows color (decimal): -14696507 or 12959519. OLE color: 12959519.
HSL color Cylindrical-coordinate representation of color #1FBFC5: hue angle of 182.17º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBFC5 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 31 | 191 | 197 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.23 |
| HSL | 182.17º | 0.73% | 0.45% | - |
| HSV(B) | 182.17º | 0.84% | 0.77% | - |
| XYZ | 29.27 | 41.58 | 59.31 | - |
| YUV | 143.84 | 157.99 | 47.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 191 | 197 | 0.84 | 0.03 | 0 | 0.23 | 182.17 | 0.73 | 0.45 |
| Hex | 1F | BF | C5 | 54 | 3 | 0 | 17 | B6 | 49 | 2D |
| Octal | 37 | 277 | 305 | 124 | 3 | 0 | 27 | 266 | 111 | 55 |
| Binary | 11111 | 10111111 | 11000101 | 1010100 | 11 | 0 | 10111 | 10110110 | 1001001 | 101101 |
Color Harmonies of #1FBFC5
Complementary color
Monochromatic Colors of #1FBFC5
Black with #1FBFC5
Text Example
Text Example
White with #1FBFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBFC5; }
p { color: rgb(31,191,197); }
H1.HeaderClassName
{
color: #1FBFC5;
}
.AnyTagClassName
{
color: #1FBFC5;
}
</style>
background-color css
<style>
a { background-color: #1FBFC5; }
a { background-color: rgb(31,191,197); }
div.DivClassName
{
background-color: #1FBFC5;
}
.BgClassName
{
background-color: #1FBFC5;
}
</style>
border-color css
<style>
span { border-color: #1FBFC5; }
span { border-color: rgb(31,191,197); }
td.TdClassName
{
border-color: #1FBFC5;
}
.TagClassName
{
border-color: #1FBFC5;
}
</style>