Shades of Iris Blue #1ABED0
Tints of Iris Blue #1ABED0
RGB
CMYK
RGB Variations
Color information
#1ABED0 (or 0x1ABED0) is known color: Iris Blue. HEX triplet: 1A, BE and D0. RGB value is (26,190,208). Sum of RGB (Red+Green+Blue) = 26+190+208=424 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.13% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 208 (81.64% from 255 or 49.06% from 424); Max value from RGB is 208 - color contains mainly: blue. Hex color #1ABED0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABED0 is #E5412F. Grayscale: #8E8E8E. Windows color (decimal): -15024432 or 13680154. OLE color: 13680154.
HSL color Cylindrical-coordinate representation of color #1ABED0: hue angle of 185.93º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ABED0 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 190 | 208 | - |
| CMYK | 0.88 | 0.09 | 0 | 0.18 |
| HSL | 185.93º | 0.78% | 0.46% | - |
| HSV(B) | 185.93º | 0.88% | 0.82% | - |
| XYZ | 30.22 | 41.6 | 66.11 | - |
| YUV | 143.02 | 164.67 | 44.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 190 | 208 | 0.88 | 0.09 | 0 | 0.18 | 185.93 | 0.78 | 0.46 |
| Hex | 1A | BE | D0 | 58 | 9 | 0 | 12 | BA | 4E | 2E |
| Octal | 32 | 276 | 320 | 130 | 11 | 0 | 22 | 272 | 116 | 56 |
| Binary | 11010 | 10111110 | 11010000 | 1011000 | 1001 | 0 | 10010 | 10111010 | 1001110 | 101110 |
Color Harmonies of #1ABED0
Complementary color
Monochromatic Colors of #1ABED0
Black with #1ABED0
Text Example
Text Example
White with #1ABED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABED0; }
p { color: rgb(26,190,208); }
H1.HeaderClassName
{
color: #1ABED0;
}
.AnyTagClassName
{
color: #1ABED0;
}
</style>
background-color css
<style>
a { background-color: #1ABED0; }
a { background-color: rgb(26,190,208); }
div.DivClassName
{
background-color: #1ABED0;
}
.BgClassName
{
background-color: #1ABED0;
}
</style>
border-color css
<style>
span { border-color: #1ABED0; }
span { border-color: rgb(26,190,208); }
td.TdClassName
{
border-color: #1ABED0;
}
.TagClassName
{
border-color: #1ABED0;
}
</style>