Shades of Iris Blue #18AEDA
Tints of Iris Blue #18AEDA
RGB
CMYK
RGB Variations
Color information
#18AEDA (or 0x18AEDA) is known color: Iris Blue. HEX triplet: 18, AE and DA. RGB value is (24,174,218). Sum of RGB (Red+Green+Blue) = 24+174+218=416 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.77% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #18AEDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AEDA is #E75125. Grayscale: #858585. Windows color (decimal): -15159590 or 14331416. OLE color: 14331416.
HSL color Cylindrical-coordinate representation of color #18AEDA: hue angle of 193.61º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18AEDA is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 174 | 218 | - |
| CMYK | 0.89 | 0.20 | 0 | 0.15 |
| HSL | 193.61º | 0.8% | 0.47% | - |
| HSV(B) | 193.61º | 0.89% | 0.85% | - |
| XYZ | 28.17 | 35.53 | 71.7 | - |
| YUV | 134.17 | 175.31 | 49.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 174 | 218 | 0.89 | 0.20 | 0 | 0.15 | 193.61 | 0.8 | 0.47 |
| Hex | 18 | AE | DA | 59 | 14 | 0 | F | C2 | 50 | 2F |
| Octal | 30 | 256 | 332 | 131 | 24 | 0 | 17 | 302 | 120 | 57 |
| Binary | 11000 | 10101110 | 11011010 | 1011001 | 10100 | 0 | 1111 | 11000010 | 1010000 | 101111 |
Color Harmonies of #18AEDA
Complementary color
Monochromatic Colors of #18AEDA
Black with #18AEDA
Text Example
Text Example
White with #18AEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AEDA; }
p { color: rgb(24,174,218); }
H1.HeaderClassName
{
color: #18AEDA;
}
.AnyTagClassName
{
color: #18AEDA;
}
</style>
background-color css
<style>
a { background-color: #18AEDA; }
a { background-color: rgb(24,174,218); }
div.DivClassName
{
background-color: #18AEDA;
}
.BgClassName
{
background-color: #18AEDA;
}
</style>
border-color css
<style>
span { border-color: #18AEDA; }
span { border-color: rgb(24,174,218); }
td.TdClassName
{
border-color: #18AEDA;
}
.TagClassName
{
border-color: #18AEDA;
}
</style>