Shades of Iris Blue #19ADCD
Tints of Iris Blue #19ADCD
RGB
CMYK
RGB Variations
Color information
#19ADCD (or 0x19ADCD) is known color: Iris Blue. HEX triplet: 19, AD and CD. RGB value is (25,173,205). Sum of RGB (Red+Green+Blue) = 25+173+205=403 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.20% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #19ADCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19ADCD is #E65232. Grayscale: #848484. Windows color (decimal): -15094323 or 13479193. OLE color: 13479193.
HSL color Cylindrical-coordinate representation of color #19ADCD: hue angle of 190.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19ADCD is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 173 | 205 | - |
| CMYK | 0.88 | 0.16 | 0 | 0.20 |
| HSL | 190.67º | 0.78% | 0.45% | - |
| HSV(B) | 190.67º | 0.88% | 0.8% | - |
| XYZ | 26.36 | 34.5 | 63.03 | - |
| YUV | 132.4 | 168.97 | 51.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 173 | 205 | 0.88 | 0.16 | 0 | 0.20 | 190.67 | 0.78 | 0.45 |
| Hex | 19 | AD | CD | 58 | 10 | 0 | 14 | BF | 4E | 2D |
| Octal | 31 | 255 | 315 | 130 | 20 | 0 | 24 | 277 | 116 | 55 |
| Binary | 11001 | 10101101 | 11001101 | 1011000 | 10000 | 0 | 10100 | 10111111 | 1001110 | 101101 |
Color Harmonies of #19ADCD
Complementary color
Monochromatic Colors of #19ADCD
Black with #19ADCD
Text Example
Text Example
White with #19ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19ADCD; }
p { color: rgb(25,173,205); }
H1.HeaderClassName
{
color: #19ADCD;
}
.AnyTagClassName
{
color: #19ADCD;
}
</style>
background-color css
<style>
a { background-color: #19ADCD; }
a { background-color: rgb(25,173,205); }
div.DivClassName
{
background-color: #19ADCD;
}
.BgClassName
{
background-color: #19ADCD;
}
</style>
border-color css
<style>
span { border-color: #19ADCD; }
span { border-color: rgb(25,173,205); }
td.TdClassName
{
border-color: #19ADCD;
}
.TagClassName
{
border-color: #19ADCD;
}
</style>