Shades of Iris Blue #1AAFC6
Tints of Iris Blue #1AAFC6
RGB
CMYK
RGB Variations
Color information
#1AAFC6 (or 0x1AAFC6) is known color: Iris Blue. HEX triplet: 1A, AF and C6. RGB value is (26,175,198). Sum of RGB (Red+Green+Blue) = 26+175+198=399 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.52% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 198 (77.73% from 255 or 49.62% from 399); Max value from RGB is 198 - color contains mainly: blue. Hex color #1AAFC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AAFC6 is #E55039. Grayscale: #848484. Windows color (decimal): -15028282 or 13020954. OLE color: 13020954.
HSL color Cylindrical-coordinate representation of color #1AAFC6: hue angle of 188.02º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AAFC6 is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 26 | 175 | 198 | - |
| CMYK | 0.87 | 0.12 | 0 | 0.22 |
| HSL | 188.02º | 0.77% | 0.44% | - |
| HSV(B) | 188.02º | 0.87% | 0.78% | - |
| XYZ | 25.95 | 34.96 | 58.81 | - |
| YUV | 133.07 | 164.64 | 51.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 175 | 198 | 0.87 | 0.12 | 0 | 0.22 | 188.02 | 0.77 | 0.44 |
| Hex | 1A | AF | C6 | 57 | C | 0 | 16 | BC | 4D | 2C |
| Octal | 32 | 257 | 306 | 127 | 14 | 0 | 26 | 274 | 115 | 54 |
| Binary | 11010 | 10101111 | 11000110 | 1010111 | 1100 | 0 | 10110 | 10111100 | 1001101 | 101100 |
Color Harmonies of #1AAFC6
Complementary color
Monochromatic Colors of #1AAFC6
Black with #1AAFC6
Text Example
Text Example
White with #1AAFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAFC6; }
p { color: rgb(26,175,198); }
H1.HeaderClassName
{
color: #1AAFC6;
}
.AnyTagClassName
{
color: #1AAFC6;
}
</style>
background-color css
<style>
a { background-color: #1AAFC6; }
a { background-color: rgb(26,175,198); }
div.DivClassName
{
background-color: #1AAFC6;
}
.BgClassName
{
background-color: #1AAFC6;
}
</style>
border-color css
<style>
span { border-color: #1AAFC6; }
span { border-color: rgb(26,175,198); }
td.TdClassName
{
border-color: #1AAFC6;
}
.TagClassName
{
border-color: #1AAFC6;
}
</style>