Shades of Iris Blue #19ADCF
Tints of Iris Blue #19ADCF
RGB
CMYK
RGB Variations
Color information
#19ADCF (or 0x19ADCF) is known color: Iris Blue. HEX triplet: 19, AD and CF. RGB value is (25,173,207). Sum of RGB (Red+Green+Blue) = 25+173+207=405 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.17% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #19ADCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19ADCF is #E65230. Grayscale: #848484. Windows color (decimal): -15094321 or 13610265. OLE color: 13610265.
HSL color Cylindrical-coordinate representation of color #19ADCF: hue angle of 191.21º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19ADCF is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 173 | 207 | - |
| CMYK | 0.88 | 0.16 | 0 | 0.19 |
| HSL | 191.21º | 0.78% | 0.45% | - |
| HSV(B) | 191.21º | 0.88% | 0.81% | - |
| XYZ | 26.61 | 34.6 | 64.31 | - |
| YUV | 132.62 | 169.97 | 51.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 173 | 207 | 0.88 | 0.16 | 0 | 0.19 | 191.21 | 0.78 | 0.45 |
| Hex | 19 | AD | CF | 58 | 10 | 0 | 13 | BF | 4E | 2D |
| Octal | 31 | 255 | 317 | 130 | 20 | 0 | 23 | 277 | 116 | 55 |
| Binary | 11001 | 10101101 | 11001111 | 1011000 | 10000 | 0 | 10011 | 10111111 | 1001110 | 101101 |
Color Harmonies of #19ADCF
Complementary color
Monochromatic Colors of #19ADCF
Black with #19ADCF
Text Example
Text Example
White with #19ADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19ADCF; }
p { color: rgb(25,173,207); }
H1.HeaderClassName
{
color: #19ADCF;
}
.AnyTagClassName
{
color: #19ADCF;
}
</style>
background-color css
<style>
a { background-color: #19ADCF; }
a { background-color: rgb(25,173,207); }
div.DivClassName
{
background-color: #19ADCF;
}
.BgClassName
{
background-color: #19ADCF;
}
</style>
border-color css
<style>
span { border-color: #19ADCF; }
span { border-color: rgb(25,173,207); }
td.TdClassName
{
border-color: #19ADCF;
}
.TagClassName
{
border-color: #19ADCF;
}
</style>