Shades of Iris Blue #1ABCDB
Tints of Iris Blue #1ABCDB
RGB
CMYK
RGB Variations
Color information
#1ABCDB (or 0x1ABCDB) is known color: Iris Blue. HEX triplet: 1A, BC and DB. RGB value is (26,188,219). Sum of RGB (Red+Green+Blue) = 26+188+219=433 (57% of max value = 765). Red value is 26 (10.55% from 255 or 6.00% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #1ABCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABCDB is #E54324. Grayscale: #8E8E8E. Windows color (decimal): -15024933 or 14400538. OLE color: 14400538.
HSL color Cylindrical-coordinate representation of color #1ABCDB: hue angle of 189.64º 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 #1ABCDB is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 188 | 219 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.14 |
| HSL | 189.64º | 0.79% | 0.48% | - |
| HSV(B) | 189.64º | 0.88% | 0.86% | - |
| XYZ | 31.2 | 41.3 | 73.35 | - |
| YUV | 143.1 | 170.83 | 44.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 188 | 219 | 0.88 | 0.14 | 0 | 0.14 | 189.64 | 0.79 | 0.48 |
| Hex | 1A | BC | DB | 58 | E | 0 | E | BE | 4F | 30 |
| Octal | 32 | 274 | 333 | 130 | 16 | 0 | 16 | 276 | 117 | 60 |
| Binary | 11010 | 10111100 | 11011011 | 1011000 | 1110 | 0 | 1110 | 10111110 | 1001111 | 110000 |
Color Harmonies of #1ABCDB
Complementary color
Monochromatic Colors of #1ABCDB
Black with #1ABCDB
Text Example
Text Example
White with #1ABCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABCDB; }
p { color: rgb(26,188,219); }
H1.HeaderClassName
{
color: #1ABCDB;
}
.AnyTagClassName
{
color: #1ABCDB;
}
</style>
background-color css
<style>
a { background-color: #1ABCDB; }
a { background-color: rgb(26,188,219); }
div.DivClassName
{
background-color: #1ABCDB;
}
.BgClassName
{
background-color: #1ABCDB;
}
</style>
border-color css
<style>
span { border-color: #1ABCDB; }
span { border-color: rgb(26,188,219); }
td.TdClassName
{
border-color: #1ABCDB;
}
.TagClassName
{
border-color: #1ABCDB;
}
</style>