Shades of Iris Blue #1FADCD
Tints of Iris Blue #1FADCD
RGB
CMYK
RGB Variations
Color information
#1FADCD (or 0x1FADCD) is known color: Iris Blue. HEX triplet: 1F, AD and CD. RGB value is (31,173,205). Sum of RGB (Red+Green+Blue) = 31+173+205=409 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.58% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #1FADCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FADCD is #E05232. Grayscale: #858585. Windows color (decimal): -14701107 or 13479199. OLE color: 13479199.
HSL color Cylindrical-coordinate representation of color #1FADCD: hue angle of 191.03º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FADCD is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 173 | 205 | - |
| CMYK | 0.85 | 0.16 | 0 | 0.20 |
| HSL | 191.03º | 0.74% | 0.46% | - |
| HSV(B) | 191.03º | 0.85% | 0.8% | - |
| XYZ | 26.53 | 34.59 | 63.04 | - |
| YUV | 134.19 | 167.96 | 54.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 205 | 0.85 | 0.16 | 0 | 0.20 | 191.03 | 0.74 | 0.46 |
| Hex | 1F | AD | CD | 55 | 10 | 0 | 14 | BF | 4A | 2E |
| Octal | 37 | 255 | 315 | 125 | 20 | 0 | 24 | 277 | 112 | 56 |
| Binary | 11111 | 10101101 | 11001101 | 1010101 | 10000 | 0 | 10100 | 10111111 | 1001010 | 101110 |
Color Harmonies of #1FADCD
Complementary color
Monochromatic Colors of #1FADCD
Black with #1FADCD
Text Example
Text Example
White with #1FADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FADCD; }
p { color: rgb(31,173,205); }
H1.HeaderClassName
{
color: #1FADCD;
}
.AnyTagClassName
{
color: #1FADCD;
}
</style>
background-color css
<style>
a { background-color: #1FADCD; }
a { background-color: rgb(31,173,205); }
div.DivClassName
{
background-color: #1FADCD;
}
.BgClassName
{
background-color: #1FADCD;
}
</style>
border-color css
<style>
span { border-color: #1FADCD; }
span { border-color: rgb(31,173,205); }
td.TdClassName
{
border-color: #1FADCD;
}
.TagClassName
{
border-color: #1FADCD;
}
</style>