Shades of Iris Blue #1FB0CE
Tints of Iris Blue #1FB0CE
RGB
CMYK
RGB Variations
Color information
#1FB0CE (or 0x1FB0CE) is known color: Iris Blue. HEX triplet: 1F, B0 and CE. RGB value is (31,176,206). Sum of RGB (Red+Green+Blue) = 31+176+206=413 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.51% from 413); Green value is 176 (69.14% from 255 or 42.62% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #1FB0CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FB0CE is #E04F31. Grayscale: #878787. Windows color (decimal): -14700338 or 13545503. OLE color: 13545503.
HSL color Cylindrical-coordinate representation of color #1FB0CE: hue angle of 190.29º 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 #1FB0CE is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 176 | 206 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.19 |
| HSL | 190.29º | 0.74% | 0.46% | - |
| HSV(B) | 190.29º | 0.85% | 0.81% | - |
| XYZ | 27.23 | 35.8 | 63.87 | - |
| YUV | 136.07 | 167.46 | 53.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 176 | 206 | 0.85 | 0.15 | 0 | 0.19 | 190.29 | 0.74 | 0.46 |
| Hex | 1F | B0 | CE | 55 | F | 0 | 13 | BE | 4A | 2E |
| Octal | 37 | 260 | 316 | 125 | 17 | 0 | 23 | 276 | 112 | 56 |
| Binary | 11111 | 10110000 | 11001110 | 1010101 | 1111 | 0 | 10011 | 10111110 | 1001010 | 101110 |
Color Harmonies of #1FB0CE
Complementary color
Monochromatic Colors of #1FB0CE
Black with #1FB0CE
Text Example
Text Example
White with #1FB0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB0CE; }
p { color: rgb(31,176,206); }
H1.HeaderClassName
{
color: #1FB0CE;
}
.AnyTagClassName
{
color: #1FB0CE;
}
</style>
background-color css
<style>
a { background-color: #1FB0CE; }
a { background-color: rgb(31,176,206); }
div.DivClassName
{
background-color: #1FB0CE;
}
.BgClassName
{
background-color: #1FB0CE;
}
</style>
border-color css
<style>
span { border-color: #1FB0CE; }
span { border-color: rgb(31,176,206); }
td.TdClassName
{
border-color: #1FB0CE;
}
.TagClassName
{
border-color: #1FB0CE;
}
</style>