Shades of Iris Blue #1ABEDA
Tints of Iris Blue #1ABEDA
RGB
CMYK
RGB Variations
Color information
#1ABEDA (or 0x1ABEDA) is known color: Iris Blue. HEX triplet: 1A, BE and DA. RGB value is (26,190,218). Sum of RGB (Red+Green+Blue) = 26+190+218=434 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.99% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #1ABEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABEDA is #E54125. Grayscale: #8F8F8F. Windows color (decimal): -15024422 or 14335514. OLE color: 14335514.
HSL color Cylindrical-coordinate representation of color #1ABEDA: hue angle of 188.75º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ABEDA is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 190 | 218 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.15 |
| HSL | 188.75º | 0.79% | 0.48% | - |
| HSV(B) | 188.75º | 0.88% | 0.85% | - |
| XYZ | 31.49 | 42.11 | 72.8 | - |
| YUV | 144.16 | 169.67 | 43.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 190 | 218 | 0.88 | 0.13 | 0 | 0.15 | 188.75 | 0.79 | 0.48 |
| Hex | 1A | BE | DA | 58 | D | 0 | F | BD | 4F | 30 |
| Octal | 32 | 276 | 332 | 130 | 15 | 0 | 17 | 275 | 117 | 60 |
| Binary | 11010 | 10111110 | 11011010 | 1011000 | 1101 | 0 | 1111 | 10111101 | 1001111 | 110000 |
Color Harmonies of #1ABEDA
Complementary color
Monochromatic Colors of #1ABEDA
Black with #1ABEDA
Text Example
Text Example
White with #1ABEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABEDA; }
p { color: rgb(26,190,218); }
H1.HeaderClassName
{
color: #1ABEDA;
}
.AnyTagClassName
{
color: #1ABEDA;
}
</style>
background-color css
<style>
a { background-color: #1ABEDA; }
a { background-color: rgb(26,190,218); }
div.DivClassName
{
background-color: #1ABEDA;
}
.BgClassName
{
background-color: #1ABEDA;
}
</style>
border-color css
<style>
span { border-color: #1ABEDA; }
span { border-color: rgb(26,190,218); }
td.TdClassName
{
border-color: #1ABEDA;
}
.TagClassName
{
border-color: #1ABEDA;
}
</style>