Shades of Iris Blue #1AC2D1
Tints of Iris Blue #1AC2D1
RGB
CMYK
RGB Variations
Color information
#1AC2D1 (or 0x1AC2D1) is known color: Iris Blue. HEX triplet: 1A, C2 and D1. RGB value is (26,194,209). Sum of RGB (Red+Green+Blue) = 26+194+209=429 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.06% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 209 (82.03% from 255 or 48.72% from 429); Max value from RGB is 209 - color contains mainly: blue. Hex color #1AC2D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AC2D1 is #E53D2E. Grayscale: #919191. Windows color (decimal): -15023407 or 13746714. OLE color: 13746714.
HSL color Cylindrical-coordinate representation of color #1AC2D1: hue angle of 184.92º 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 #1AC2D1 is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 194 | 209 | - |
| CMYK | 0.88 | 0.07 | 0 | 0.18 |
| HSL | 184.92º | 0.78% | 0.46% | - |
| HSV(B) | 184.92º | 0.88% | 0.82% | - |
| XYZ | 31.23 | 43.41 | 67.05 | - |
| YUV | 145.48 | 163.84 | 42.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 194 | 209 | 0.88 | 0.07 | 0 | 0.18 | 184.92 | 0.78 | 0.46 |
| Hex | 1A | C2 | D1 | 58 | 7 | 0 | 12 | B9 | 4E | 2E |
| Octal | 32 | 302 | 321 | 130 | 7 | 0 | 22 | 271 | 116 | 56 |
| Binary | 11010 | 11000010 | 11010001 | 1011000 | 111 | 0 | 10010 | 10111001 | 1001110 | 101110 |
Color Harmonies of #1AC2D1
Complementary color
Monochromatic Colors of #1AC2D1
Black with #1AC2D1
Text Example
Text Example
White with #1AC2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC2D1; }
p { color: rgb(26,194,209); }
H1.HeaderClassName
{
color: #1AC2D1;
}
.AnyTagClassName
{
color: #1AC2D1;
}
</style>
background-color css
<style>
a { background-color: #1AC2D1; }
a { background-color: rgb(26,194,209); }
div.DivClassName
{
background-color: #1AC2D1;
}
.BgClassName
{
background-color: #1AC2D1;
}
</style>
border-color css
<style>
span { border-color: #1AC2D1; }
span { border-color: rgb(26,194,209); }
td.TdClassName
{
border-color: #1AC2D1;
}
.TagClassName
{
border-color: #1AC2D1;
}
</style>