Shades of Iris Blue #19ADC6
Tints of Iris Blue #19ADC6
RGB
CMYK
RGB Variations
Color information
#19ADC6 (or 0x19ADC6) is known color: Iris Blue. HEX triplet: 19, AD and C6. RGB value is (25,173,198). Sum of RGB (Red+Green+Blue) = 25+173+198=396 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.31% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 198 (77.73% from 255 or 50% from 396); Max value from RGB is 198 - color contains mainly: blue. Hex color #19ADC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19ADC6 is #E65239. Grayscale: #838383. Windows color (decimal): -15094330 or 13020441. OLE color: 13020441.
HSL color Cylindrical-coordinate representation of color #19ADC6: hue angle of 188.67º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19ADC6 is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 25 | 173 | 198 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.22 |
| HSL | 188.67º | 0.78% | 0.44% | - |
| HSV(B) | 188.67º | 0.87% | 0.78% | - |
| XYZ | 25.54 | 34.17 | 58.68 | - |
| YUV | 131.6 | 165.47 | 51.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 173 | 198 | 0.87 | 0.13 | 0 | 0.22 | 188.67 | 0.78 | 0.44 |
| Hex | 19 | AD | C6 | 57 | D | 0 | 16 | BD | 4E | 2C |
| Octal | 31 | 255 | 306 | 127 | 15 | 0 | 26 | 275 | 116 | 54 |
| Binary | 11001 | 10101101 | 11000110 | 1010111 | 1101 | 0 | 10110 | 10111101 | 1001110 | 101100 |
Color Harmonies of #19ADC6
Complementary color
Monochromatic Colors of #19ADC6
Black with #19ADC6
Text Example
Text Example
White with #19ADC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19ADC6; }
p { color: rgb(25,173,198); }
H1.HeaderClassName
{
color: #19ADC6;
}
.AnyTagClassName
{
color: #19ADC6;
}
</style>
background-color css
<style>
a { background-color: #19ADC6; }
a { background-color: rgb(25,173,198); }
div.DivClassName
{
background-color: #19ADC6;
}
.BgClassName
{
background-color: #19ADC6;
}
</style>
border-color css
<style>
span { border-color: #19ADC6; }
span { border-color: rgb(25,173,198); }
td.TdClassName
{
border-color: #19ADC6;
}
.TagClassName
{
border-color: #19ADC6;
}
</style>