Shades of Iris Blue #1AADC7
Tints of Iris Blue #1AADC7
RGB
CMYK
RGB Variations
Color information
#1AADC7 (or 0x1AADC7) is known color: Iris Blue. HEX triplet: 1A, AD and C7. RGB value is (26,173,199). Sum of RGB (Red+Green+Blue) = 26+173+199=398 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.53% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 199 (78.12% from 255 or 50% from 398); Max value from RGB is 199 - color contains mainly: blue. Hex color #1AADC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AADC7 is #E55238. Grayscale: #838383. Windows color (decimal): -15028793 or 13085978. OLE color: 13085978.
HSL color Cylindrical-coordinate representation of color #1AADC7: hue angle of 189.02º 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 #1AADC7 is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 26 | 173 | 199 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.22 |
| HSL | 189.02º | 0.77% | 0.44% | - |
| HSV(B) | 189.02º | 0.87% | 0.78% | - |
| XYZ | 25.68 | 34.23 | 59.29 | - |
| YUV | 132.01 | 165.8 | 52.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 173 | 199 | 0.87 | 0.13 | 0 | 0.22 | 189.02 | 0.77 | 0.44 |
| Hex | 1A | AD | C7 | 57 | D | 0 | 16 | BD | 4D | 2C |
| Octal | 32 | 255 | 307 | 127 | 15 | 0 | 26 | 275 | 115 | 54 |
| Binary | 11010 | 10101101 | 11000111 | 1010111 | 1101 | 0 | 10110 | 10111101 | 1001101 | 101100 |
Color Harmonies of #1AADC7
Complementary color
Monochromatic Colors of #1AADC7
Black with #1AADC7
Text Example
Text Example
White with #1AADC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AADC7; }
p { color: rgb(26,173,199); }
H1.HeaderClassName
{
color: #1AADC7;
}
.AnyTagClassName
{
color: #1AADC7;
}
</style>
background-color css
<style>
a { background-color: #1AADC7; }
a { background-color: rgb(26,173,199); }
div.DivClassName
{
background-color: #1AADC7;
}
.BgClassName
{
background-color: #1AADC7;
}
</style>
border-color css
<style>
span { border-color: #1AADC7; }
span { border-color: rgb(26,173,199); }
td.TdClassName
{
border-color: #1AADC7;
}
.TagClassName
{
border-color: #1AADC7;
}
</style>