Shades of Iris Blue #1ABECE
Tints of Iris Blue #1ABECE
RGB
CMYK
RGB Variations
Color information
#1ABECE (or 0x1ABECE) is known color: Iris Blue. HEX triplet: 1A, BE and CE. RGB value is (26,190,206). Sum of RGB (Red+Green+Blue) = 26+190+206=422 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.16% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #1ABECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABECE is #E54131. Grayscale: #8E8E8E. Windows color (decimal): -15024434 or 13549082. OLE color: 13549082.
HSL color Cylindrical-coordinate representation of color #1ABECE: hue angle of 185.33º 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 #1ABECE is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 190 | 206 | - |
| CMYK | 0.87 | 0.08 | 0 | 0.19 |
| HSL | 185.33º | 0.78% | 0.45% | - |
| HSV(B) | 185.33º | 0.87% | 0.81% | - |
| XYZ | 29.98 | 41.5 | 64.82 | - |
| YUV | 142.79 | 163.67 | 44.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 190 | 206 | 0.87 | 0.08 | 0 | 0.19 | 185.33 | 0.78 | 0.45 |
| Hex | 1A | BE | CE | 57 | 8 | 0 | 13 | B9 | 4E | 2D |
| Octal | 32 | 276 | 316 | 127 | 10 | 0 | 23 | 271 | 116 | 55 |
| Binary | 11010 | 10111110 | 11001110 | 1010111 | 1000 | 0 | 10011 | 10111001 | 1001110 | 101101 |
Color Harmonies of #1ABECE
Complementary color
Monochromatic Colors of #1ABECE
Black with #1ABECE
Text Example
Text Example
White with #1ABECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABECE; }
p { color: rgb(26,190,206); }
H1.HeaderClassName
{
color: #1ABECE;
}
.AnyTagClassName
{
color: #1ABECE;
}
</style>
background-color css
<style>
a { background-color: #1ABECE; }
a { background-color: rgb(26,190,206); }
div.DivClassName
{
background-color: #1ABECE;
}
.BgClassName
{
background-color: #1ABECE;
}
</style>
border-color css
<style>
span { border-color: #1ABECE; }
span { border-color: rgb(26,190,206); }
td.TdClassName
{
border-color: #1ABECE;
}
.TagClassName
{
border-color: #1ABECE;
}
</style>