Shades of Iris Blue #1FBDCD
Tints of Iris Blue #1FBDCD
RGB
CMYK
RGB Variations
Color information
#1FBDCD (or 0x1FBDCD) is known color: Iris Blue. HEX triplet: 1F, BD and CD. RGB value is (31,189,205). Sum of RGB (Red+Green+Blue) = 31+189+205=425 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.29% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #1FBDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBDCD is #E04232. Grayscale: #8F8F8F. Windows color (decimal): -14697011 or 13483295. OLE color: 13483295.
HSL color Cylindrical-coordinate representation of color #1FBDCD: hue angle of 185.52º 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 #1FBDCD is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 189 | 205 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.20 |
| HSL | 185.52º | 0.74% | 0.46% | - |
| HSV(B) | 185.52º | 0.85% | 0.8% | - |
| XYZ | 29.78 | 41.09 | 64.12 | - |
| YUV | 143.58 | 162.65 | 47.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 189 | 205 | 0.85 | 0.08 | 0 | 0.20 | 185.52 | 0.74 | 0.46 |
| Hex | 1F | BD | CD | 55 | 8 | 0 | 14 | BA | 4A | 2E |
| Octal | 37 | 275 | 315 | 125 | 10 | 0 | 24 | 272 | 112 | 56 |
| Binary | 11111 | 10111101 | 11001101 | 1010101 | 1000 | 0 | 10100 | 10111010 | 1001010 | 101110 |
Color Harmonies of #1FBDCD
Complementary color
Monochromatic Colors of #1FBDCD
Black with #1FBDCD
Text Example
Text Example
White with #1FBDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBDCD; }
p { color: rgb(31,189,205); }
H1.HeaderClassName
{
color: #1FBDCD;
}
.AnyTagClassName
{
color: #1FBDCD;
}
</style>
background-color css
<style>
a { background-color: #1FBDCD; }
a { background-color: rgb(31,189,205); }
div.DivClassName
{
background-color: #1FBDCD;
}
.BgClassName
{
background-color: #1FBDCD;
}
</style>
border-color css
<style>
span { border-color: #1FBDCD; }
span { border-color: rgb(31,189,205); }
td.TdClassName
{
border-color: #1FBDCD;
}
.TagClassName
{
border-color: #1FBDCD;
}
</style>