Shades of Iris Blue #1ABCDA
Tints of Iris Blue #1ABCDA
RGB
CMYK
RGB Variations
Color information
#1ABCDA (or 0x1ABCDA) is known color: Iris Blue. HEX triplet: 1A, BC and DA. RGB value is (26,188,218). Sum of RGB (Red+Green+Blue) = 26+188+218=432 (57% of max value = 765). Red value is 26 (10.55% from 255 or 6.02% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #1ABCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABCDA is #E54325. Grayscale: #8E8E8E. Windows color (decimal): -15024934 or 14335002. OLE color: 14335002.
HSL color Cylindrical-coordinate representation of color #1ABCDA: hue angle of 189.38º 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 #1ABCDA is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 188 | 218 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.15 |
| HSL | 189.38º | 0.79% | 0.48% | - |
| HSV(B) | 189.38º | 0.88% | 0.85% | - |
| XYZ | 31.06 | 41.25 | 72.65 | - |
| YUV | 142.98 | 170.33 | 44.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 188 | 218 | 0.88 | 0.14 | 0 | 0.15 | 189.38 | 0.79 | 0.48 |
| Hex | 1A | BC | DA | 58 | E | 0 | F | BD | 4F | 30 |
| Octal | 32 | 274 | 332 | 130 | 16 | 0 | 17 | 275 | 117 | 60 |
| Binary | 11010 | 10111100 | 11011010 | 1011000 | 1110 | 0 | 1111 | 10111101 | 1001111 | 110000 |
Color Harmonies of #1ABCDA
Complementary color
Monochromatic Colors of #1ABCDA
Black with #1ABCDA
Text Example
Text Example
White with #1ABCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABCDA; }
p { color: rgb(26,188,218); }
H1.HeaderClassName
{
color: #1ABCDA;
}
.AnyTagClassName
{
color: #1ABCDA;
}
</style>
background-color css
<style>
a { background-color: #1ABCDA; }
a { background-color: rgb(26,188,218); }
div.DivClassName
{
background-color: #1ABCDA;
}
.BgClassName
{
background-color: #1ABCDA;
}
</style>
border-color css
<style>
span { border-color: #1ABCDA; }
span { border-color: rgb(26,188,218); }
td.TdClassName
{
border-color: #1ABCDA;
}
.TagClassName
{
border-color: #1ABCDA;
}
</style>