Shades of Iris Blue #18AECD
Tints of Iris Blue #18AECD
RGB
CMYK
RGB Variations
Color information
#18AECD (or 0x18AECD) is known color: Iris Blue. HEX triplet: 18, AE and CD. RGB value is (24,174,205). Sum of RGB (Red+Green+Blue) = 24+174+205=403 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.96% from 403); Green value is 174 (68.36% from 255 or 43.18% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #18AECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AECD is #E75132. Grayscale: #848484. Windows color (decimal): -15159603 or 13479448. OLE color: 13479448.
HSL color Cylindrical-coordinate representation of color #18AECD: hue angle of 190.28º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18AECD is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 174 | 205 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.20 |
| HSL | 190.28º | 0.79% | 0.45% | - |
| HSV(B) | 190.28º | 0.88% | 0.8% | - |
| XYZ | 26.53 | 34.87 | 63.09 | - |
| YUV | 132.68 | 168.81 | 50.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 174 | 205 | 0.88 | 0.15 | 0 | 0.20 | 190.28 | 0.79 | 0.45 |
| Hex | 18 | AE | CD | 58 | F | 0 | 14 | BE | 4F | 2D |
| Octal | 30 | 256 | 315 | 130 | 17 | 0 | 24 | 276 | 117 | 55 |
| Binary | 11000 | 10101110 | 11001101 | 1011000 | 1111 | 0 | 10100 | 10111110 | 1001111 | 101101 |
Color Harmonies of #18AECD
Complementary color
Monochromatic Colors of #18AECD
Black with #18AECD
Text Example
Text Example
White with #18AECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AECD; }
p { color: rgb(24,174,205); }
H1.HeaderClassName
{
color: #18AECD;
}
.AnyTagClassName
{
color: #18AECD;
}
</style>
background-color css
<style>
a { background-color: #18AECD; }
a { background-color: rgb(24,174,205); }
div.DivClassName
{
background-color: #18AECD;
}
.BgClassName
{
background-color: #18AECD;
}
</style>
border-color css
<style>
span { border-color: #18AECD; }
span { border-color: rgb(24,174,205); }
td.TdClassName
{
border-color: #18AECD;
}
.TagClassName
{
border-color: #18AECD;
}
</style>