Shades of Iris Blue #1CADCD
Tints of Iris Blue #1CADCD
RGB
CMYK
RGB Variations
Color information
#1CADCD (or 0x1CADCD) is known color: Iris Blue. HEX triplet: 1C, AD and CD. RGB value is (28,173,205). Sum of RGB (Red+Green+Blue) = 28+173+205=406 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.90% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #1CADCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CADCD is #E35232. Grayscale: #858585. Windows color (decimal): -14897715 or 13479196. OLE color: 13479196.
HSL color Cylindrical-coordinate representation of color #1CADCD: hue angle of 190.85º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CADCD is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 173 | 205 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.20 |
| HSL | 190.85º | 0.76% | 0.46% | - |
| HSV(B) | 190.85º | 0.86% | 0.8% | - |
| XYZ | 26.44 | 34.54 | 63.03 | - |
| YUV | 133.29 | 168.46 | 52.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 173 | 205 | 0.86 | 0.16 | 0 | 0.20 | 190.85 | 0.76 | 0.46 |
| Hex | 1C | AD | CD | 56 | 10 | 0 | 14 | BF | 4C | 2E |
| Octal | 34 | 255 | 315 | 126 | 20 | 0 | 24 | 277 | 114 | 56 |
| Binary | 11100 | 10101101 | 11001101 | 1010110 | 10000 | 0 | 10100 | 10111111 | 1001100 | 101110 |
Color Harmonies of #1CADCD
Complementary color
Monochromatic Colors of #1CADCD
Black with #1CADCD
Text Example
Text Example
White with #1CADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CADCD; }
p { color: rgb(28,173,205); }
H1.HeaderClassName
{
color: #1CADCD;
}
.AnyTagClassName
{
color: #1CADCD;
}
</style>
background-color css
<style>
a { background-color: #1CADCD; }
a { background-color: rgb(28,173,205); }
div.DivClassName
{
background-color: #1CADCD;
}
.BgClassName
{
background-color: #1CADCD;
}
</style>
border-color css
<style>
span { border-color: #1CADCD; }
span { border-color: rgb(28,173,205); }
td.TdClassName
{
border-color: #1CADCD;
}
.TagClassName
{
border-color: #1CADCD;
}
</style>