Shades of Iris Blue #1ABADC
Tints of Iris Blue #1ABADC
RGB
CMYK
RGB Variations
Color information
#1ABADC (or 0x1ABADC) is known color: Iris Blue. HEX triplet: 1A, BA and DC. RGB value is (26,186,220). Sum of RGB (Red+Green+Blue) = 26+186+220=432 (57% of max value = 765). Red value is 26 (10.55% from 255 or 6.02% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #1ABADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABADC is #E54523. Grayscale: #8D8D8D. Windows color (decimal): -15025444 or 14465562. OLE color: 14465562.
HSL color Cylindrical-coordinate representation of color #1ABADC: hue angle of 190.52º 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 #1ABADC is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 186 | 220 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.14 |
| HSL | 190.52º | 0.79% | 0.48% | - |
| HSV(B) | 190.52º | 0.88% | 0.86% | - |
| XYZ | 30.9 | 40.5 | 73.9 | - |
| YUV | 142.04 | 171.99 | 45.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 186 | 220 | 0.88 | 0.15 | 0 | 0.14 | 190.52 | 0.79 | 0.48 |
| Hex | 1A | BA | DC | 58 | F | 0 | E | BF | 4F | 30 |
| Octal | 32 | 272 | 334 | 130 | 17 | 0 | 16 | 277 | 117 | 60 |
| Binary | 11010 | 10111010 | 11011100 | 1011000 | 1111 | 0 | 1110 | 10111111 | 1001111 | 110000 |
Color Harmonies of #1ABADC
Complementary color
Monochromatic Colors of #1ABADC
Black with #1ABADC
Text Example
Text Example
White with #1ABADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABADC; }
p { color: rgb(26,186,220); }
H1.HeaderClassName
{
color: #1ABADC;
}
.AnyTagClassName
{
color: #1ABADC;
}
</style>
background-color css
<style>
a { background-color: #1ABADC; }
a { background-color: rgb(26,186,220); }
div.DivClassName
{
background-color: #1ABADC;
}
.BgClassName
{
background-color: #1ABADC;
}
</style>
border-color css
<style>
span { border-color: #1ABADC; }
span { border-color: rgb(26,186,220); }
td.TdClassName
{
border-color: #1ABADC;
}
.TagClassName
{
border-color: #1ABADC;
}
</style>