Shades of Iris Blue #1FBCCE
Tints of Iris Blue #1FBCCE
RGB
CMYK
RGB Variations
Color information
#1FBCCE (or 0x1FBCCE) is known color: Iris Blue. HEX triplet: 1F, BC and CE. RGB value is (31,188,206). Sum of RGB (Red+Green+Blue) = 31+188+206=425 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.29% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #1FBCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBCCE is #E04331. Grayscale: #8E8E8E. Windows color (decimal): -14697266 or 13548575. OLE color: 13548575.
HSL color Cylindrical-coordinate representation of color #1FBCCE: hue angle of 186.17º 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 #1FBCCE is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 188 | 206 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.19 |
| HSL | 186.17º | 0.74% | 0.46% | - |
| HSV(B) | 186.17º | 0.85% | 0.81% | - |
| XYZ | 29.69 | 40.71 | 64.69 | - |
| YUV | 143.11 | 163.49 | 48.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 188 | 206 | 0.85 | 0.09 | 0 | 0.19 | 186.17 | 0.74 | 0.46 |
| Hex | 1F | BC | CE | 55 | 9 | 0 | 13 | BA | 4A | 2E |
| Octal | 37 | 274 | 316 | 125 | 11 | 0 | 23 | 272 | 112 | 56 |
| Binary | 11111 | 10111100 | 11001110 | 1010101 | 1001 | 0 | 10011 | 10111010 | 1001010 | 101110 |
Color Harmonies of #1FBCCE
Complementary color
Monochromatic Colors of #1FBCCE
Black with #1FBCCE
Text Example
Text Example
White with #1FBCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBCCE; }
p { color: rgb(31,188,206); }
H1.HeaderClassName
{
color: #1FBCCE;
}
.AnyTagClassName
{
color: #1FBCCE;
}
</style>
background-color css
<style>
a { background-color: #1FBCCE; }
a { background-color: rgb(31,188,206); }
div.DivClassName
{
background-color: #1FBCCE;
}
.BgClassName
{
background-color: #1FBCCE;
}
</style>
border-color css
<style>
span { border-color: #1FBCCE; }
span { border-color: rgb(31,188,206); }
td.TdClassName
{
border-color: #1FBCCE;
}
.TagClassName
{
border-color: #1FBCCE;
}
</style>