Shades of Iris Blue #18ACD9
Tints of Iris Blue #18ACD9
RGB
CMYK
RGB Variations
Color information
#18ACD9 (or 0x18ACD9) is known color: Iris Blue. HEX triplet: 18, AC and D9. RGB value is (24,172,217). Sum of RGB (Red+Green+Blue) = 24+172+217=413 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.81% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 217 (85.16% from 255 or 52.54% from 413); Max value from RGB is 217 - color contains mainly: blue. Hex color #18ACD9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ACD9 is #E75326. Grayscale: #848484. Windows color (decimal): -15160103 or 14265368. OLE color: 14265368.
HSL color Cylindrical-coordinate representation of color #18ACD9: hue angle of 193.99º 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 #18ACD9 is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 172 | 217 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.15 |
| HSL | 193.99º | 0.8% | 0.47% | - |
| HSV(B) | 193.99º | 0.89% | 0.85% | - |
| XYZ | 27.65 | 34.71 | 70.89 | - |
| YUV | 132.88 | 175.47 | 50.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 172 | 217 | 0.89 | 0.21 | 0 | 0.15 | 193.99 | 0.8 | 0.47 |
| Hex | 18 | AC | D9 | 59 | 15 | 0 | F | C2 | 50 | 2F |
| Octal | 30 | 254 | 331 | 131 | 25 | 0 | 17 | 302 | 120 | 57 |
| Binary | 11000 | 10101100 | 11011001 | 1011001 | 10101 | 0 | 1111 | 11000010 | 1010000 | 101111 |
Color Harmonies of #18ACD9
Complementary color
Monochromatic Colors of #18ACD9
Black with #18ACD9
Text Example
Text Example
White with #18ACD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ACD9; }
p { color: rgb(24,172,217); }
H1.HeaderClassName
{
color: #18ACD9;
}
.AnyTagClassName
{
color: #18ACD9;
}
</style>
background-color css
<style>
a { background-color: #18ACD9; }
a { background-color: rgb(24,172,217); }
div.DivClassName
{
background-color: #18ACD9;
}
.BgClassName
{
background-color: #18ACD9;
}
</style>
border-color css
<style>
span { border-color: #18ACD9; }
span { border-color: rgb(24,172,217); }
td.TdClassName
{
border-color: #18ACD9;
}
.TagClassName
{
border-color: #18ACD9;
}
</style>