Shades of Iris Blue #1ABDDB
Tints of Iris Blue #1ABDDB
RGB
CMYK
RGB Variations
Color information
#1ABDDB (or 0x1ABDDB) is known color: Iris Blue. HEX triplet: 1A, BD and DB. RGB value is (26,189,219). Sum of RGB (Red+Green+Blue) = 26+189+219=434 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.99% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #1ABDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABDDB is #E54224. Grayscale: #8F8F8F. Windows color (decimal): -15024677 or 14400794. OLE color: 14400794.
HSL color Cylindrical-coordinate representation of color #1ABDDB: hue angle of 189.33º 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 #1ABDDB is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 189 | 219 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.14 |
| HSL | 189.33º | 0.79% | 0.48% | - |
| HSV(B) | 189.33º | 0.88% | 0.86% | - |
| XYZ | 31.41 | 41.73 | 73.42 | - |
| YUV | 143.68 | 170.5 | 44.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 189 | 219 | 0.88 | 0.14 | 0 | 0.14 | 189.33 | 0.79 | 0.48 |
| Hex | 1A | BD | DB | 58 | E | 0 | E | BD | 4F | 30 |
| Octal | 32 | 275 | 333 | 130 | 16 | 0 | 16 | 275 | 117 | 60 |
| Binary | 11010 | 10111101 | 11011011 | 1011000 | 1110 | 0 | 1110 | 10111101 | 1001111 | 110000 |
Color Harmonies of #1ABDDB
Complementary color
Monochromatic Colors of #1ABDDB
Black with #1ABDDB
Text Example
Text Example
White with #1ABDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABDDB; }
p { color: rgb(26,189,219); }
H1.HeaderClassName
{
color: #1ABDDB;
}
.AnyTagClassName
{
color: #1ABDDB;
}
</style>
background-color css
<style>
a { background-color: #1ABDDB; }
a { background-color: rgb(26,189,219); }
div.DivClassName
{
background-color: #1ABDDB;
}
.BgClassName
{
background-color: #1ABDDB;
}
</style>
border-color css
<style>
span { border-color: #1ABDDB; }
span { border-color: rgb(26,189,219); }
td.TdClassName
{
border-color: #1ABDDB;
}
.TagClassName
{
border-color: #1ABDDB;
}
</style>