Shades of Iris Blue #18AEDC
Tints of Iris Blue #18AEDC
RGB
CMYK
RGB Variations
Color information
#18AEDC (or 0x18AEDC) is known color: Iris Blue. HEX triplet: 18, AE and DC. RGB value is (24,174,220). Sum of RGB (Red+Green+Blue) = 24+174+220=418 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.74% from 418); Green value is 174 (68.36% from 255 or 41.63% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #18AEDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AEDC is #E75123. Grayscale: #868686. Windows color (decimal): -15159588 or 14462488. OLE color: 14462488.
HSL color Cylindrical-coordinate representation of color #18AEDC: hue angle of 194.08º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18AEDC is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 174 | 220 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.14 |
| HSL | 194.08º | 0.8% | 0.48% | - |
| HSV(B) | 194.08º | 0.89% | 0.86% | - |
| XYZ | 28.43 | 35.63 | 73.09 | - |
| YUV | 134.39 | 176.31 | 49.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 174 | 220 | 0.89 | 0.21 | 0 | 0.14 | 194.08 | 0.8 | 0.48 |
| Hex | 18 | AE | DC | 59 | 15 | 0 | E | C2 | 50 | 30 |
| Octal | 30 | 256 | 334 | 131 | 25 | 0 | 16 | 302 | 120 | 60 |
| Binary | 11000 | 10101110 | 11011100 | 1011001 | 10101 | 0 | 1110 | 11000010 | 1010000 | 110000 |
Color Harmonies of #18AEDC
Complementary color
Monochromatic Colors of #18AEDC
Black with #18AEDC
Text Example
Text Example
White with #18AEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AEDC; }
p { color: rgb(24,174,220); }
H1.HeaderClassName
{
color: #18AEDC;
}
.AnyTagClassName
{
color: #18AEDC;
}
</style>
background-color css
<style>
a { background-color: #18AEDC; }
a { background-color: rgb(24,174,220); }
div.DivClassName
{
background-color: #18AEDC;
}
.BgClassName
{
background-color: #18AEDC;
}
</style>
border-color css
<style>
span { border-color: #18AEDC; }
span { border-color: rgb(24,174,220); }
td.TdClassName
{
border-color: #18AEDC;
}
.TagClassName
{
border-color: #18AEDC;
}
</style>