Shades of Iris Blue #1FBECE
Tints of Iris Blue #1FBECE
RGB
CMYK
RGB Variations
Color information
#1FBECE (or 0x1FBECE) is known color: Iris Blue. HEX triplet: 1F, BE and CE. RGB value is (31,190,206). Sum of RGB (Red+Green+Blue) = 31+190+206=427 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.26% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #1FBECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBECE is #E04131. Grayscale: #909090. Windows color (decimal): -14696754 or 13549087. OLE color: 13549087.
HSL color Cylindrical-coordinate representation of color #1FBECE: hue angle of 185.49º 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 #1FBECE is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 190 | 206 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.19 |
| HSL | 185.49º | 0.74% | 0.46% | - |
| HSV(B) | 185.49º | 0.85% | 0.81% | - |
| XYZ | 30.12 | 41.57 | 64.83 | - |
| YUV | 144.28 | 162.82 | 47.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 190 | 206 | 0.85 | 0.08 | 0 | 0.19 | 185.49 | 0.74 | 0.46 |
| Hex | 1F | BE | CE | 55 | 8 | 0 | 13 | B9 | 4A | 2E |
| Octal | 37 | 276 | 316 | 125 | 10 | 0 | 23 | 271 | 112 | 56 |
| Binary | 11111 | 10111110 | 11001110 | 1010101 | 1000 | 0 | 10011 | 10111001 | 1001010 | 101110 |
Color Harmonies of #1FBECE
Complementary color
Monochromatic Colors of #1FBECE
Black with #1FBECE
Text Example
Text Example
White with #1FBECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBECE; }
p { color: rgb(31,190,206); }
H1.HeaderClassName
{
color: #1FBECE;
}
.AnyTagClassName
{
color: #1FBECE;
}
</style>
background-color css
<style>
a { background-color: #1FBECE; }
a { background-color: rgb(31,190,206); }
div.DivClassName
{
background-color: #1FBECE;
}
.BgClassName
{
background-color: #1FBECE;
}
</style>
border-color css
<style>
span { border-color: #1FBECE; }
span { border-color: rgb(31,190,206); }
td.TdClassName
{
border-color: #1FBECE;
}
.TagClassName
{
border-color: #1FBECE;
}
</style>