Shades of Iris Blue #1ABEDB
Tints of Iris Blue #1ABEDB
RGB
CMYK
RGB Variations
Color information
#1ABEDB (or 0x1ABEDB) is known color: Iris Blue. HEX triplet: 1A, BE and DB. RGB value is (26,190,219). Sum of RGB (Red+Green+Blue) = 26+190+219=435 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.98% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #1ABEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABEDB is #E54124. Grayscale: #8F8F8F. Windows color (decimal): -15024421 or 14401050. OLE color: 14401050.
HSL color Cylindrical-coordinate representation of color #1ABEDB: hue angle of 189.02º 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 #1ABEDB is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 190 | 219 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.14 |
| HSL | 189.02º | 0.79% | 0.48% | - |
| HSV(B) | 189.02º | 0.88% | 0.86% | - |
| XYZ | 31.63 | 42.16 | 73.49 | - |
| YUV | 144.27 | 170.17 | 43.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 190 | 219 | 0.88 | 0.13 | 0 | 0.14 | 189.02 | 0.79 | 0.48 |
| Hex | 1A | BE | DB | 58 | D | 0 | E | BD | 4F | 30 |
| Octal | 32 | 276 | 333 | 130 | 15 | 0 | 16 | 275 | 117 | 60 |
| Binary | 11010 | 10111110 | 11011011 | 1011000 | 1101 | 0 | 1110 | 10111101 | 1001111 | 110000 |
Color Harmonies of #1ABEDB
Complementary color
Monochromatic Colors of #1ABEDB
Black with #1ABEDB
Text Example
Text Example
White with #1ABEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABEDB; }
p { color: rgb(26,190,219); }
H1.HeaderClassName
{
color: #1ABEDB;
}
.AnyTagClassName
{
color: #1ABEDB;
}
</style>
background-color css
<style>
a { background-color: #1ABEDB; }
a { background-color: rgb(26,190,219); }
div.DivClassName
{
background-color: #1ABEDB;
}
.BgClassName
{
background-color: #1ABEDB;
}
</style>
border-color css
<style>
span { border-color: #1ABEDB; }
span { border-color: rgb(26,190,219); }
td.TdClassName
{
border-color: #1ABEDB;
}
.TagClassName
{
border-color: #1ABEDB;
}
</style>