Shades of Iris Blue #19ACD7
Tints of Iris Blue #19ACD7
RGB
CMYK
RGB Variations
Color information
#19ACD7 (or 0x19ACD7) is known color: Iris Blue. HEX triplet: 19, AC and D7. RGB value is (25,172,215). Sum of RGB (Red+Green+Blue) = 25+172+215=412 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.07% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 215 (84.38% from 255 or 52.18% from 412); Max value from RGB is 215 - color contains mainly: blue. Hex color #19ACD7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19ACD7 is #E65328. Grayscale: #848484. Windows color (decimal): -15094569 or 14134297. OLE color: 14134297.
HSL color Cylindrical-coordinate representation of color #19ACD7: hue angle of 193.58º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19ACD7 is Cyan = 0.88, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 172 | 215 | - |
| CMYK | 0.88 | 0.2 | 0 | 0.16 |
| HSL | 193.58º | 0.79% | 0.47% | - |
| HSV(B) | 193.58º | 0.88% | 0.84% | - |
| XYZ | 27.42 | 34.62 | 69.53 | - |
| YUV | 132.95 | 174.3 | 51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 172 | 215 | 0.88 | 0.2 | 0 | 0.16 | 193.58 | 0.79 | 0.47 |
| Hex | 19 | AC | D7 | 58 | 14 | 0 | 10 | C2 | 4F | 2F |
| Octal | 31 | 254 | 327 | 130 | 24 | 0 | 20 | 302 | 117 | 57 |
| Binary | 11001 | 10101100 | 11010111 | 1011000 | 10100 | 0 | 10000 | 11000010 | 1001111 | 101111 |
Color Harmonies of #19ACD7
Complementary color
Monochromatic Colors of #19ACD7
Black with #19ACD7
Text Example
Text Example
White with #19ACD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19ACD7; }
p { color: rgb(25,172,215); }
H1.HeaderClassName
{
color: #19ACD7;
}
.AnyTagClassName
{
color: #19ACD7;
}
</style>
background-color css
<style>
a { background-color: #19ACD7; }
a { background-color: rgb(25,172,215); }
div.DivClassName
{
background-color: #19ACD7;
}
.BgClassName
{
background-color: #19ACD7;
}
</style>
border-color css
<style>
span { border-color: #19ACD7; }
span { border-color: rgb(25,172,215); }
td.TdClassName
{
border-color: #19ACD7;
}
.TagClassName
{
border-color: #19ACD7;
}
</style>