Shades of Iris Blue #1ABFDB
Tints of Iris Blue #1ABFDB
RGB
CMYK
RGB Variations
Color information
#1ABFDB (or 0x1ABFDB) is known color: Iris Blue. HEX triplet: 1A, BF and DB. RGB value is (26,191,219). Sum of RGB (Red+Green+Blue) = 26+191+219=436 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.96% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #1ABFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABFDB is #E54024. Grayscale: #909090. Windows color (decimal): -15024165 or 14401306. OLE color: 14401306.
HSL color Cylindrical-coordinate representation of color #1ABFDB: hue angle of 188.7º 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 #1ABFDB is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 191 | 219 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.14 |
| HSL | 188.7º | 0.79% | 0.48% | - |
| HSV(B) | 188.7º | 0.88% | 0.86% | - |
| XYZ | 31.84 | 42.6 | 73.56 | - |
| YUV | 144.86 | 169.84 | 43.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 191 | 219 | 0.88 | 0.13 | 0 | 0.14 | 188.7 | 0.79 | 0.48 |
| Hex | 1A | BF | DB | 58 | D | 0 | E | BD | 4F | 30 |
| Octal | 32 | 277 | 333 | 130 | 15 | 0 | 16 | 275 | 117 | 60 |
| Binary | 11010 | 10111111 | 11011011 | 1011000 | 1101 | 0 | 1110 | 10111101 | 1001111 | 110000 |
Color Harmonies of #1ABFDB
Complementary color
Monochromatic Colors of #1ABFDB
Black with #1ABFDB
Text Example
Text Example
White with #1ABFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABFDB; }
p { color: rgb(26,191,219); }
H1.HeaderClassName
{
color: #1ABFDB;
}
.AnyTagClassName
{
color: #1ABFDB;
}
</style>
background-color css
<style>
a { background-color: #1ABFDB; }
a { background-color: rgb(26,191,219); }
div.DivClassName
{
background-color: #1ABFDB;
}
.BgClassName
{
background-color: #1ABFDB;
}
</style>
border-color css
<style>
span { border-color: #1ABFDB; }
span { border-color: rgb(26,191,219); }
td.TdClassName
{
border-color: #1ABFDB;
}
.TagClassName
{
border-color: #1ABFDB;
}
</style>