Shades of Iris Blue #1ABEC8
Tints of Iris Blue #1ABEC8
RGB
CMYK
RGB Variations
Color information
#1ABEC8 (or 0x1ABEC8) is known color: Iris Blue. HEX triplet: 1A, BE and C8. RGB value is (26,190,200). Sum of RGB (Red+Green+Blue) = 26+190+200=416 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.25% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 200 (78.52% from 255 or 48.08% from 416); Max value from RGB is 200 - color contains mainly: blue. Hex color #1ABEC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABEC8 is #E54137. Grayscale: #8D8D8D. Windows color (decimal): -15024440 or 13155866. OLE color: 13155866.
HSL color Cylindrical-coordinate representation of color #1ABEC8: hue angle of 183.45º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ABEC8 is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 26 | 190 | 200 | - |
| CMYK | 0.87 | 0.05 | 0 | 0.22 |
| HSL | 183.45º | 0.77% | 0.44% | - |
| HSV(B) | 183.45º | 0.87% | 0.78% | - |
| XYZ | 29.26 | 41.22 | 61.06 | - |
| YUV | 142.1 | 160.67 | 45.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 190 | 200 | 0.87 | 0.05 | 0 | 0.22 | 183.45 | 0.77 | 0.44 |
| Hex | 1A | BE | C8 | 57 | 5 | 0 | 16 | B7 | 4D | 2C |
| Octal | 32 | 276 | 310 | 127 | 5 | 0 | 26 | 267 | 115 | 54 |
| Binary | 11010 | 10111110 | 11001000 | 1010111 | 101 | 0 | 10110 | 10110111 | 1001101 | 101100 |
Color Harmonies of #1ABEC8
Complementary color
Monochromatic Colors of #1ABEC8
Black with #1ABEC8
Text Example
Text Example
White with #1ABEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABEC8; }
p { color: rgb(26,190,200); }
H1.HeaderClassName
{
color: #1ABEC8;
}
.AnyTagClassName
{
color: #1ABEC8;
}
</style>
background-color css
<style>
a { background-color: #1ABEC8; }
a { background-color: rgb(26,190,200); }
div.DivClassName
{
background-color: #1ABEC8;
}
.BgClassName
{
background-color: #1ABEC8;
}
</style>
border-color css
<style>
span { border-color: #1ABEC8; }
span { border-color: rgb(26,190,200); }
td.TdClassName
{
border-color: #1ABEC8;
}
.TagClassName
{
border-color: #1ABEC8;
}
</style>