Shades of Iris Blue #1AB4CE
Tints of Iris Blue #1AB4CE
RGB
CMYK
RGB Variations
Color information
#1AB4CE (or 0x1AB4CE) is known color: Iris Blue. HEX triplet: 1A, B4 and CE. RGB value is (26,180,206). Sum of RGB (Red+Green+Blue) = 26+180+206=412 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.31% from 412); Green value is 180 (70.70% from 255 or 43.69% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #1AB4CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AB4CE is #E54B31. Grayscale: #888888. Windows color (decimal): -15026994 or 13546522. OLE color: 13546522.
HSL color Cylindrical-coordinate representation of color #1AB4CE: hue angle of 188.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AB4CE is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 180 | 206 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.19 |
| HSL | 188.67º | 0.78% | 0.45% | - |
| HSV(B) | 188.67º | 0.87% | 0.81% | - |
| XYZ | 27.89 | 37.32 | 64.13 | - |
| YUV | 136.92 | 166.98 | 48.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 180 | 206 | 0.87 | 0.13 | 0 | 0.19 | 188.67 | 0.78 | 0.45 |
| Hex | 1A | B4 | CE | 57 | D | 0 | 13 | BD | 4E | 2D |
| Octal | 32 | 264 | 316 | 127 | 15 | 0 | 23 | 275 | 116 | 55 |
| Binary | 11010 | 10110100 | 11001110 | 1010111 | 1101 | 0 | 10011 | 10111101 | 1001110 | 101101 |
Color Harmonies of #1AB4CE
Complementary color
Monochromatic Colors of #1AB4CE
Black with #1AB4CE
Text Example
Text Example
White with #1AB4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB4CE; }
p { color: rgb(26,180,206); }
H1.HeaderClassName
{
color: #1AB4CE;
}
.AnyTagClassName
{
color: #1AB4CE;
}
</style>
background-color css
<style>
a { background-color: #1AB4CE; }
a { background-color: rgb(26,180,206); }
div.DivClassName
{
background-color: #1AB4CE;
}
.BgClassName
{
background-color: #1AB4CE;
}
</style>
border-color css
<style>
span { border-color: #1AB4CE; }
span { border-color: rgb(26,180,206); }
td.TdClassName
{
border-color: #1AB4CE;
}
.TagClassName
{
border-color: #1AB4CE;
}
</style>