Shades of Iris Blue #1AAFD9
Tints of Iris Blue #1AAFD9
RGB
CMYK
RGB Variations
Color information
#1AAFD9 (or 0x1AAFD9) is known color: Iris Blue. HEX triplet: 1A, AF and D9. RGB value is (26,175,217). Sum of RGB (Red+Green+Blue) = 26+175+217=418 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.22% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 217 (85.16% from 255 or 51.91% from 418); Max value from RGB is 217 - color contains mainly: blue. Hex color #1AAFD9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AAFD9 is #E55026. Grayscale: #868686. Windows color (decimal): -15028263 or 14266138. OLE color: 14266138.
HSL color Cylindrical-coordinate representation of color #1AAFD9: hue angle of 193.19º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AAFD9 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 175 | 217 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.15 |
| HSL | 193.19º | 0.79% | 0.48% | - |
| HSV(B) | 193.19º | 0.88% | 0.85% | - |
| XYZ | 28.28 | 35.89 | 71.08 | - |
| YUV | 135.24 | 174.14 | 50.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 175 | 217 | 0.88 | 0.19 | 0 | 0.15 | 193.19 | 0.79 | 0.48 |
| Hex | 1A | AF | D9 | 58 | 13 | 0 | F | C1 | 4F | 30 |
| Octal | 32 | 257 | 331 | 130 | 23 | 0 | 17 | 301 | 117 | 60 |
| Binary | 11010 | 10101111 | 11011001 | 1011000 | 10011 | 0 | 1111 | 11000001 | 1001111 | 110000 |
Color Harmonies of #1AAFD9
Complementary color
Monochromatic Colors of #1AAFD9
Black with #1AAFD9
Text Example
Text Example
White with #1AAFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAFD9; }
p { color: rgb(26,175,217); }
H1.HeaderClassName
{
color: #1AAFD9;
}
.AnyTagClassName
{
color: #1AAFD9;
}
</style>
background-color css
<style>
a { background-color: #1AAFD9; }
a { background-color: rgb(26,175,217); }
div.DivClassName
{
background-color: #1AAFD9;
}
.BgClassName
{
background-color: #1AAFD9;
}
</style>
border-color css
<style>
span { border-color: #1AAFD9; }
span { border-color: rgb(26,175,217); }
td.TdClassName
{
border-color: #1AAFD9;
}
.TagClassName
{
border-color: #1AAFD9;
}
</style>