Shades of Iris Blue #1FADCC
Tints of Iris Blue #1FADCC
RGB
CMYK
RGB Variations
Color information
#1FADCC (or 0x1FADCC) is known color: Iris Blue. HEX triplet: 1F, AD and CC. RGB value is (31,173,204). Sum of RGB (Red+Green+Blue) = 31+173+204=408 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.60% from 408); Green value is 173 (67.97% from 255 or 42.40% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #1FADCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FADCC is #E05233. Grayscale: #858585. Windows color (decimal): -14701108 or 13413663. OLE color: 13413663.
HSL color Cylindrical-coordinate representation of color #1FADCC: hue angle of 190.75º 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 #1FADCC is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 173 | 204 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.2 |
| HSL | 190.75º | 0.74% | 0.46% | - |
| HSV(B) | 190.75º | 0.85% | 0.8% | - |
| XYZ | 26.41 | 34.54 | 62.4 | - |
| YUV | 134.08 | 167.46 | 54.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 204 | 0.85 | 0.15 | 0 | 0.2 | 190.75 | 0.74 | 0.46 |
| Hex | 1F | AD | CC | 55 | F | 0 | 14 | BF | 4A | 2E |
| Octal | 37 | 255 | 314 | 125 | 17 | 0 | 24 | 277 | 112 | 56 |
| Binary | 11111 | 10101101 | 11001100 | 1010101 | 1111 | 0 | 10100 | 10111111 | 1001010 | 101110 |
Color Harmonies of #1FADCC
Complementary color
Monochromatic Colors of #1FADCC
Black with #1FADCC
Text Example
Text Example
White with #1FADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FADCC; }
p { color: rgb(31,173,204); }
H1.HeaderClassName
{
color: #1FADCC;
}
.AnyTagClassName
{
color: #1FADCC;
}
</style>
background-color css
<style>
a { background-color: #1FADCC; }
a { background-color: rgb(31,173,204); }
div.DivClassName
{
background-color: #1FADCC;
}
.BgClassName
{
background-color: #1FADCC;
}
</style>
border-color css
<style>
span { border-color: #1FADCC; }
span { border-color: rgb(31,173,204); }
td.TdClassName
{
border-color: #1FADCC;
}
.TagClassName
{
border-color: #1FADCC;
}
</style>