Shades of Iris Blue #1FBDCE
Tints of Iris Blue #1FBDCE
RGB
CMYK
RGB Variations
Color information
#1FBDCE (or 0x1FBDCE) is known color: Iris Blue. HEX triplet: 1F, BD and CE. RGB value is (31,189,206). Sum of RGB (Red+Green+Blue) = 31+189+206=426 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.28% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #1FBDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBDCE is #E04231. Grayscale: #8F8F8F. Windows color (decimal): -14697010 or 13548831. OLE color: 13548831.
HSL color Cylindrical-coordinate representation of color #1FBDCE: hue angle of 185.83º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FBDCE is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 189 | 206 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.19 |
| HSL | 185.83º | 0.74% | 0.46% | - |
| HSV(B) | 185.83º | 0.85% | 0.81% | - |
| XYZ | 29.9 | 41.14 | 64.76 | - |
| YUV | 143.7 | 163.15 | 47.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 189 | 206 | 0.85 | 0.08 | 0 | 0.19 | 185.83 | 0.74 | 0.46 |
| Hex | 1F | BD | CE | 55 | 8 | 0 | 13 | BA | 4A | 2E |
| Octal | 37 | 275 | 316 | 125 | 10 | 0 | 23 | 272 | 112 | 56 |
| Binary | 11111 | 10111101 | 11001110 | 1010101 | 1000 | 0 | 10011 | 10111010 | 1001010 | 101110 |
Color Harmonies of #1FBDCE
Complementary color
Monochromatic Colors of #1FBDCE
Black with #1FBDCE
Text Example
Text Example
White with #1FBDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBDCE; }
p { color: rgb(31,189,206); }
H1.HeaderClassName
{
color: #1FBDCE;
}
.AnyTagClassName
{
color: #1FBDCE;
}
</style>
background-color css
<style>
a { background-color: #1FBDCE; }
a { background-color: rgb(31,189,206); }
div.DivClassName
{
background-color: #1FBDCE;
}
.BgClassName
{
background-color: #1FBDCE;
}
</style>
border-color css
<style>
span { border-color: #1FBDCE; }
span { border-color: rgb(31,189,206); }
td.TdClassName
{
border-color: #1FBDCE;
}
.TagClassName
{
border-color: #1FBDCE;
}
</style>