Shades of Iris Blue #1ABEDE
Tints of Iris Blue #1ABEDE
RGB
CMYK
RGB Variations
Color information
#1ABEDE (or 0x1ABEDE) is known color: Iris Blue. HEX triplet: 1A, BE and DE. RGB value is (26,190,222). Sum of RGB (Red+Green+Blue) = 26+190+222=438 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.94% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #1ABEDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABEDE is #E54121. Grayscale: #909090. Windows color (decimal): -15024418 or 14597658. OLE color: 14597658.
HSL color Cylindrical-coordinate representation of color #1ABEDE: hue angle of 189.8º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ABEDE is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 190 | 222 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.13 |
| HSL | 189.8º | 0.79% | 0.49% | - |
| HSV(B) | 189.8º | 0.88% | 0.87% | - |
| XYZ | 32.02 | 42.32 | 75.59 | - |
| YUV | 144.61 | 171.67 | 43.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 190 | 222 | 0.88 | 0.14 | 0 | 0.13 | 189.8 | 0.79 | 0.49 |
| Hex | 1A | BE | DE | 58 | E | 0 | D | BE | 4F | 31 |
| Octal | 32 | 276 | 336 | 130 | 16 | 0 | 15 | 276 | 117 | 61 |
| Binary | 11010 | 10111110 | 11011110 | 1011000 | 1110 | 0 | 1101 | 10111110 | 1001111 | 110001 |
Color Harmonies of #1ABEDE
Complementary color
Monochromatic Colors of #1ABEDE
Black with #1ABEDE
Text Example
Text Example
White with #1ABEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABEDE; }
p { color: rgb(26,190,222); }
H1.HeaderClassName
{
color: #1ABEDE;
}
.AnyTagClassName
{
color: #1ABEDE;
}
</style>
background-color css
<style>
a { background-color: #1ABEDE; }
a { background-color: rgb(26,190,222); }
div.DivClassName
{
background-color: #1ABEDE;
}
.BgClassName
{
background-color: #1ABEDE;
}
</style>
border-color css
<style>
span { border-color: #1ABEDE; }
span { border-color: rgb(26,190,222); }
td.TdClassName
{
border-color: #1ABEDE;
}
.TagClassName
{
border-color: #1ABEDE;
}
</style>