Shades of Iris Blue #1ABEDD
Tints of Iris Blue #1ABEDD
RGB
CMYK
RGB Variations
Color information
#1ABEDD (or 0x1ABEDD) is known color: Iris Blue. HEX triplet: 1A, BE and DD. RGB value is (26,190,221). Sum of RGB (Red+Green+Blue) = 26+190+221=437 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.95% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #1ABEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABEDD is #E54122. Grayscale: #909090. Windows color (decimal): -15024419 or 14532122. OLE color: 14532122.
HSL color Cylindrical-coordinate representation of color #1ABEDD: hue angle of 189.54º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ABEDD is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 190 | 221 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.13 |
| HSL | 189.54º | 0.79% | 0.48% | - |
| HSV(B) | 189.54º | 0.88% | 0.87% | - |
| XYZ | 31.89 | 42.27 | 74.88 | - |
| YUV | 144.5 | 171.17 | 43.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 190 | 221 | 0.88 | 0.14 | 0 | 0.13 | 189.54 | 0.79 | 0.48 |
| Hex | 1A | BE | DD | 58 | E | 0 | D | BE | 4F | 30 |
| Octal | 32 | 276 | 335 | 130 | 16 | 0 | 15 | 276 | 117 | 60 |
| Binary | 11010 | 10111110 | 11011101 | 1011000 | 1110 | 0 | 1101 | 10111110 | 1001111 | 110000 |
Color Harmonies of #1ABEDD
Complementary color
Monochromatic Colors of #1ABEDD
Black with #1ABEDD
Text Example
Text Example
White with #1ABEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABEDD; }
p { color: rgb(26,190,221); }
H1.HeaderClassName
{
color: #1ABEDD;
}
.AnyTagClassName
{
color: #1ABEDD;
}
</style>
background-color css
<style>
a { background-color: #1ABEDD; }
a { background-color: rgb(26,190,221); }
div.DivClassName
{
background-color: #1ABEDD;
}
.BgClassName
{
background-color: #1ABEDD;
}
</style>
border-color css
<style>
span { border-color: #1ABEDD; }
span { border-color: rgb(26,190,221); }
td.TdClassName
{
border-color: #1ABEDD;
}
.TagClassName
{
border-color: #1ABEDD;
}
</style>