Shades of Iris Blue #1ABEDC
Tints of Iris Blue #1ABEDC
RGB
CMYK
RGB Variations
Color information
#1ABEDC (or 0x1ABEDC) is known color: Iris Blue. HEX triplet: 1A, BE and DC. RGB value is (26,190,220). Sum of RGB (Red+Green+Blue) = 26+190+220=436 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.96% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #1ABEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABEDC is #E54123. Grayscale: #909090. Windows color (decimal): -15024420 or 14466586. OLE color: 14466586.
HSL color Cylindrical-coordinate representation of color #1ABEDC: hue angle of 189.28º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ABEDC is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 190 | 220 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.14 |
| HSL | 189.28º | 0.79% | 0.48% | - |
| HSV(B) | 189.28º | 0.88% | 0.86% | - |
| XYZ | 31.76 | 42.21 | 74.18 | - |
| YUV | 144.38 | 170.67 | 43.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 190 | 220 | 0.88 | 0.14 | 0 | 0.14 | 189.28 | 0.79 | 0.48 |
| Hex | 1A | BE | DC | 58 | E | 0 | E | BD | 4F | 30 |
| Octal | 32 | 276 | 334 | 130 | 16 | 0 | 16 | 275 | 117 | 60 |
| Binary | 11010 | 10111110 | 11011100 | 1011000 | 1110 | 0 | 1110 | 10111101 | 1001111 | 110000 |
Color Harmonies of #1ABEDC
Complementary color
Monochromatic Colors of #1ABEDC
Black with #1ABEDC
Text Example
Text Example
White with #1ABEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABEDC; }
p { color: rgb(26,190,220); }
H1.HeaderClassName
{
color: #1ABEDC;
}
.AnyTagClassName
{
color: #1ABEDC;
}
</style>
background-color css
<style>
a { background-color: #1ABEDC; }
a { background-color: rgb(26,190,220); }
div.DivClassName
{
background-color: #1ABEDC;
}
.BgClassName
{
background-color: #1ABEDC;
}
</style>
border-color css
<style>
span { border-color: #1ABEDC; }
span { border-color: rgb(26,190,220); }
td.TdClassName
{
border-color: #1ABEDC;
}
.TagClassName
{
border-color: #1ABEDC;
}
</style>