Shades of Iris Blue #1FB9CE
Tints of Iris Blue #1FB9CE
RGB
CMYK
RGB Variations
Color information
#1FB9CE (or 0x1FB9CE) is known color: Iris Blue. HEX triplet: 1F, B9 and CE. RGB value is (31,185,206). Sum of RGB (Red+Green+Blue) = 31+185+206=422 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.35% from 422); Green value is 185 (72.66% from 255 or 43.84% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #1FB9CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FB9CE is #E04631. Grayscale: #8D8D8D. Windows color (decimal): -14698034 or 13547807. OLE color: 13547807.
HSL color Cylindrical-coordinate representation of color #1FB9CE: hue angle of 187.2º 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 #1FB9CE is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 185 | 206 | - |
| CMYK | 0.85 | 0.10 | 0 | 0.19 |
| HSL | 187.2º | 0.74% | 0.46% | - |
| HSV(B) | 187.2º | 0.85% | 0.81% | - |
| XYZ | 29.05 | 39.45 | 64.47 | - |
| YUV | 141.35 | 164.48 | 49.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 185 | 206 | 0.85 | 0.10 | 0 | 0.19 | 187.2 | 0.74 | 0.46 |
| Hex | 1F | B9 | CE | 55 | A | 0 | 13 | BB | 4A | 2E |
| Octal | 37 | 271 | 316 | 125 | 12 | 0 | 23 | 273 | 112 | 56 |
| Binary | 11111 | 10111001 | 11001110 | 1010101 | 1010 | 0 | 10011 | 10111011 | 1001010 | 101110 |
Color Harmonies of #1FB9CE
Complementary color
Monochromatic Colors of #1FB9CE
Black with #1FB9CE
Text Example
Text Example
White with #1FB9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB9CE; }
p { color: rgb(31,185,206); }
H1.HeaderClassName
{
color: #1FB9CE;
}
.AnyTagClassName
{
color: #1FB9CE;
}
</style>
background-color css
<style>
a { background-color: #1FB9CE; }
a { background-color: rgb(31,185,206); }
div.DivClassName
{
background-color: #1FB9CE;
}
.BgClassName
{
background-color: #1FB9CE;
}
</style>
border-color css
<style>
span { border-color: #1FB9CE; }
span { border-color: rgb(31,185,206); }
td.TdClassName
{
border-color: #1FB9CE;
}
.TagClassName
{
border-color: #1FB9CE;
}
</style>