Shades of Iris Blue #1AAFD6
Tints of Iris Blue #1AAFD6
RGB
CMYK
RGB Variations
Color information
#1AAFD6 (or 0x1AAFD6) is known color: Iris Blue. HEX triplet: 1A, AF and D6. RGB value is (26,175,214). Sum of RGB (Red+Green+Blue) = 26+175+214=415 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.27% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 214 (83.98% from 255 or 51.57% from 415); Max value from RGB is 214 - color contains mainly: blue. Hex color #1AAFD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AAFD6 is #E55029. Grayscale: #868686. Windows color (decimal): -15028266 or 14069530. OLE color: 14069530.
HSL color Cylindrical-coordinate representation of color #1AAFD6: hue angle of 192.45º degrees, saturation: 0.78, 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 #1AAFD6 is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 175 | 214 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.16 |
| HSL | 192.45º | 0.78% | 0.47% | - |
| HSV(B) | 192.45º | 0.88% | 0.84% | - |
| XYZ | 27.89 | 35.73 | 69.05 | - |
| YUV | 134.9 | 172.64 | 50.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 175 | 214 | 0.88 | 0.18 | 0 | 0.16 | 192.45 | 0.78 | 0.47 |
| Hex | 1A | AF | D6 | 58 | 12 | 0 | 10 | C0 | 4E | 2F |
| Octal | 32 | 257 | 326 | 130 | 22 | 0 | 20 | 300 | 116 | 57 |
| Binary | 11010 | 10101111 | 11010110 | 1011000 | 10010 | 0 | 10000 | 11000000 | 1001110 | 101111 |
Color Harmonies of #1AAFD6
Complementary color
Monochromatic Colors of #1AAFD6
Black with #1AAFD6
Text Example
Text Example
White with #1AAFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAFD6; }
p { color: rgb(26,175,214); }
H1.HeaderClassName
{
color: #1AAFD6;
}
.AnyTagClassName
{
color: #1AAFD6;
}
</style>
background-color css
<style>
a { background-color: #1AAFD6; }
a { background-color: rgb(26,175,214); }
div.DivClassName
{
background-color: #1AAFD6;
}
.BgClassName
{
background-color: #1AAFD6;
}
</style>
border-color css
<style>
span { border-color: #1AAFD6; }
span { border-color: rgb(26,175,214); }
td.TdClassName
{
border-color: #1AAFD6;
}
.TagClassName
{
border-color: #1AAFD6;
}
</style>