Shades of Iris Blue #1AAFD2
Tints of Iris Blue #1AAFD2
RGB
CMYK
RGB Variations
Color information
#1AAFD2 (or 0x1AAFD2) is known color: Iris Blue. HEX triplet: 1A, AF and D2. RGB value is (26,175,210). Sum of RGB (Red+Green+Blue) = 26+175+210=411 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.33% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 210 (82.42% from 255 or 51.09% from 411); Max value from RGB is 210 - color contains mainly: blue. Hex color #1AAFD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AAFD2 is #E5502D. Grayscale: #868686. Windows color (decimal): -15028270 or 13807386. OLE color: 13807386.
HSL color Cylindrical-coordinate representation of color #1AAFD2: hue angle of 191.41º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AAFD2 is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 175 | 210 | - |
| CMYK | 0.88 | 0.17 | 0 | 0.18 |
| HSL | 191.41º | 0.78% | 0.46% | - |
| HSV(B) | 191.41º | 0.88% | 0.82% | - |
| XYZ | 27.39 | 35.53 | 66.39 | - |
| YUV | 134.44 | 170.64 | 50.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 175 | 210 | 0.88 | 0.17 | 0 | 0.18 | 191.41 | 0.78 | 0.46 |
| Hex | 1A | AF | D2 | 58 | 11 | 0 | 12 | BF | 4E | 2E |
| Octal | 32 | 257 | 322 | 130 | 21 | 0 | 22 | 277 | 116 | 56 |
| Binary | 11010 | 10101111 | 11010010 | 1011000 | 10001 | 0 | 10010 | 10111111 | 1001110 | 101110 |
Color Harmonies of #1AAFD2
Complementary color
Monochromatic Colors of #1AAFD2
Black with #1AAFD2
Text Example
Text Example
White with #1AAFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAFD2; }
p { color: rgb(26,175,210); }
H1.HeaderClassName
{
color: #1AAFD2;
}
.AnyTagClassName
{
color: #1AAFD2;
}
</style>
background-color css
<style>
a { background-color: #1AAFD2; }
a { background-color: rgb(26,175,210); }
div.DivClassName
{
background-color: #1AAFD2;
}
.BgClassName
{
background-color: #1AAFD2;
}
</style>
border-color css
<style>
span { border-color: #1AAFD2; }
span { border-color: rgb(26,175,210); }
td.TdClassName
{
border-color: #1AAFD2;
}
.TagClassName
{
border-color: #1AAFD2;
}
</style>