Shades of Iris Blue #1FBDCB
Tints of Iris Blue #1FBDCB
RGB
CMYK
RGB Variations
Color information
#1FBDCB (or 0x1FBDCB) is known color: Iris Blue. HEX triplet: 1F, BD and CB. RGB value is (31,189,203). Sum of RGB (Red+Green+Blue) = 31+189+203=423 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.33% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #1FBDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBDCB is #E04234. Grayscale: #8F8F8F. Windows color (decimal): -14697013 or 13352223. OLE color: 13352223.
HSL color Cylindrical-coordinate representation of color #1FBDCB: hue angle of 184.88º 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 #1FBDCB is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 189 | 203 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.20 |
| HSL | 184.88º | 0.74% | 0.46% | - |
| HSV(B) | 184.88º | 0.85% | 0.8% | - |
| XYZ | 29.54 | 41 | 62.86 | - |
| YUV | 143.35 | 161.65 | 47.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 189 | 203 | 0.85 | 0.07 | 0 | 0.20 | 184.88 | 0.74 | 0.46 |
| Hex | 1F | BD | CB | 55 | 7 | 0 | 14 | B9 | 4A | 2E |
| Octal | 37 | 275 | 313 | 125 | 7 | 0 | 24 | 271 | 112 | 56 |
| Binary | 11111 | 10111101 | 11001011 | 1010101 | 111 | 0 | 10100 | 10111001 | 1001010 | 101110 |
Color Harmonies of #1FBDCB
Complementary color
Monochromatic Colors of #1FBDCB
Black with #1FBDCB
Text Example
Text Example
White with #1FBDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBDCB; }
p { color: rgb(31,189,203); }
H1.HeaderClassName
{
color: #1FBDCB;
}
.AnyTagClassName
{
color: #1FBDCB;
}
</style>
background-color css
<style>
a { background-color: #1FBDCB; }
a { background-color: rgb(31,189,203); }
div.DivClassName
{
background-color: #1FBDCB;
}
.BgClassName
{
background-color: #1FBDCB;
}
</style>
border-color css
<style>
span { border-color: #1FBDCB; }
span { border-color: rgb(31,189,203); }
td.TdClassName
{
border-color: #1FBDCB;
}
.TagClassName
{
border-color: #1FBDCB;
}
</style>