Shades of Iris Blue #1AB5DB
Tints of Iris Blue #1AB5DB
RGB
CMYK
RGB Variations
Color information
#1AB5DB (or 0x1AB5DB) is known color: Iris Blue. HEX triplet: 1A, B5 and DB. RGB value is (26,181,219). Sum of RGB (Red+Green+Blue) = 26+181+219=426 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.10% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #1AB5DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AB5DB is #E54A24. Grayscale: #8A8A8A. Windows color (decimal): -15026725 or 14398746. OLE color: 14398746.
HSL color Cylindrical-coordinate representation of color #1AB5DB: hue angle of 191.81º 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 #1AB5DB is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 181 | 219 | - |
| CMYK | 0.88 | 0.17 | 0 | 0.14 |
| HSL | 191.81º | 0.79% | 0.48% | - |
| HSV(B) | 191.81º | 0.88% | 0.86% | - |
| XYZ | 29.74 | 38.38 | 72.86 | - |
| YUV | 138.99 | 173.15 | 47.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 181 | 219 | 0.88 | 0.17 | 0 | 0.14 | 191.81 | 0.79 | 0.48 |
| Hex | 1A | B5 | DB | 58 | 11 | 0 | E | C0 | 4F | 30 |
| Octal | 32 | 265 | 333 | 130 | 21 | 0 | 16 | 300 | 117 | 60 |
| Binary | 11010 | 10110101 | 11011011 | 1011000 | 10001 | 0 | 1110 | 11000000 | 1001111 | 110000 |
Color Harmonies of #1AB5DB
Complementary color
Monochromatic Colors of #1AB5DB
Black with #1AB5DB
Text Example
Text Example
White with #1AB5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB5DB; }
p { color: rgb(26,181,219); }
H1.HeaderClassName
{
color: #1AB5DB;
}
.AnyTagClassName
{
color: #1AB5DB;
}
</style>
background-color css
<style>
a { background-color: #1AB5DB; }
a { background-color: rgb(26,181,219); }
div.DivClassName
{
background-color: #1AB5DB;
}
.BgClassName
{
background-color: #1AB5DB;
}
</style>
border-color css
<style>
span { border-color: #1AB5DB; }
span { border-color: rgb(26,181,219); }
td.TdClassName
{
border-color: #1AB5DB;
}
.TagClassName
{
border-color: #1AB5DB;
}
</style>