Shades of Iris Blue #19AFC1
Tints of Iris Blue #19AFC1
RGB
CMYK
RGB Variations
Color information
#19AFC1 (or 0x19AFC1) is known color: Iris Blue. HEX triplet: 19, AF and C1. RGB value is (25,175,193). Sum of RGB (Red+Green+Blue) = 25+175+193=393 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.36% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 193 (75.78% from 255 or 49.11% from 393); Max value from RGB is 193 - color contains mainly: blue. Hex color #19AFC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19AFC1 is #E6503E. Grayscale: #838383. Windows color (decimal): -15093823 or 12693273. OLE color: 12693273.
HSL color Cylindrical-coordinate representation of color #19AFC1: hue angle of 186.43º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19AFC1 is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 25 | 175 | 193 | - |
| CMYK | 0.87 | 0.09 | 0 | 0.24 |
| HSL | 186.43º | 0.77% | 0.43% | - |
| HSV(B) | 186.43º | 0.87% | 0.76% | - |
| XYZ | 25.36 | 34.72 | 55.82 | - |
| YUV | 132.2 | 162.31 | 51.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 175 | 193 | 0.87 | 0.09 | 0 | 0.24 | 186.43 | 0.77 | 0.43 |
| Hex | 19 | AF | C1 | 57 | 9 | 0 | 18 | BA | 4D | 2B |
| Octal | 31 | 257 | 301 | 127 | 11 | 0 | 30 | 272 | 115 | 53 |
| Binary | 11001 | 10101111 | 11000001 | 1010111 | 1001 | 0 | 11000 | 10111010 | 1001101 | 101011 |
Color Harmonies of #19AFC1
Complementary color
Monochromatic Colors of #19AFC1
Black with #19AFC1
Text Example
Text Example
White with #19AFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AFC1; }
p { color: rgb(25,175,193); }
H1.HeaderClassName
{
color: #19AFC1;
}
.AnyTagClassName
{
color: #19AFC1;
}
</style>
background-color css
<style>
a { background-color: #19AFC1; }
a { background-color: rgb(25,175,193); }
div.DivClassName
{
background-color: #19AFC1;
}
.BgClassName
{
background-color: #19AFC1;
}
</style>
border-color css
<style>
span { border-color: #19AFC1; }
span { border-color: rgb(25,175,193); }
td.TdClassName
{
border-color: #19AFC1;
}
.TagClassName
{
border-color: #19AFC1;
}
</style>