Shades of Iris Blue #1AB4DB
Tints of Iris Blue #1AB4DB
RGB
CMYK
RGB Variations
Color information
#1AB4DB (or 0x1AB4DB) is known color: Iris Blue. HEX triplet: 1A, B4 and DB. RGB value is (26,180,219). Sum of RGB (Red+Green+Blue) = 26+180+219=425 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.12% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #1AB4DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AB4DB is #E54B24. Grayscale: #8A8A8A. Windows color (decimal): -15026981 or 14398490. OLE color: 14398490.
HSL color Cylindrical-coordinate representation of color #1AB4DB: hue angle of 192.12º 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 #1AB4DB is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 180 | 219 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.14 |
| HSL | 192.12º | 0.79% | 0.48% | - |
| HSV(B) | 192.12º | 0.88% | 0.86% | - |
| XYZ | 29.53 | 37.98 | 72.79 | - |
| YUV | 138.4 | 173.48 | 47.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 180 | 219 | 0.88 | 0.18 | 0 | 0.14 | 192.12 | 0.79 | 0.48 |
| Hex | 1A | B4 | DB | 58 | 12 | 0 | E | C0 | 4F | 30 |
| Octal | 32 | 264 | 333 | 130 | 22 | 0 | 16 | 300 | 117 | 60 |
| Binary | 11010 | 10110100 | 11011011 | 1011000 | 10010 | 0 | 1110 | 11000000 | 1001111 | 110000 |
Color Harmonies of #1AB4DB
Complementary color
Monochromatic Colors of #1AB4DB
Black with #1AB4DB
Text Example
Text Example
White with #1AB4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB4DB; }
p { color: rgb(26,180,219); }
H1.HeaderClassName
{
color: #1AB4DB;
}
.AnyTagClassName
{
color: #1AB4DB;
}
</style>
background-color css
<style>
a { background-color: #1AB4DB; }
a { background-color: rgb(26,180,219); }
div.DivClassName
{
background-color: #1AB4DB;
}
.BgClassName
{
background-color: #1AB4DB;
}
</style>
border-color css
<style>
span { border-color: #1AB4DB; }
span { border-color: rgb(26,180,219); }
td.TdClassName
{
border-color: #1AB4DB;
}
.TagClassName
{
border-color: #1AB4DB;
}
</style>