Shades of Iris Blue #1CADC2
Tints of Iris Blue #1CADC2
RGB
CMYK
RGB Variations
Color information
#1CADC2 (or 0x1CADC2) is known color: Iris Blue. HEX triplet: 1C, AD and C2. RGB value is (28,173,194). Sum of RGB (Red+Green+Blue) = 28+173+194=395 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.09% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 194 (76.17% from 255 or 49.11% from 395); Max value from RGB is 194 - color contains mainly: blue. Hex color #1CADC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CADC2 is #E3523D. Grayscale: #838383. Windows color (decimal): -14897726 or 12758300. OLE color: 12758300.
HSL color Cylindrical-coordinate representation of color #1CADC2: hue angle of 187.59º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CADC2 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 173 | 194 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.24 |
| HSL | 187.59º | 0.75% | 0.44% | - |
| HSV(B) | 187.59º | 0.86% | 0.76% | - |
| XYZ | 25.16 | 34.03 | 56.28 | - |
| YUV | 132.04 | 162.96 | 53.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 173 | 194 | 0.86 | 0.11 | 0 | 0.24 | 187.59 | 0.75 | 0.44 |
| Hex | 1C | AD | C2 | 56 | B | 0 | 18 | BC | 4B | 2C |
| Octal | 34 | 255 | 302 | 126 | 13 | 0 | 30 | 274 | 113 | 54 |
| Binary | 11100 | 10101101 | 11000010 | 1010110 | 1011 | 0 | 11000 | 10111100 | 1001011 | 101100 |
Color Harmonies of #1CADC2
Complementary color
Monochromatic Colors of #1CADC2
Black with #1CADC2
Text Example
Text Example
White with #1CADC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CADC2; }
p { color: rgb(28,173,194); }
H1.HeaderClassName
{
color: #1CADC2;
}
.AnyTagClassName
{
color: #1CADC2;
}
</style>
background-color css
<style>
a { background-color: #1CADC2; }
a { background-color: rgb(28,173,194); }
div.DivClassName
{
background-color: #1CADC2;
}
.BgClassName
{
background-color: #1CADC2;
}
</style>
border-color css
<style>
span { border-color: #1CADC2; }
span { border-color: rgb(28,173,194); }
td.TdClassName
{
border-color: #1CADC2;
}
.TagClassName
{
border-color: #1CADC2;
}
</style>