Shades of Iris Blue #18ACD8
Tints of Iris Blue #18ACD8
RGB
CMYK
RGB Variations
Color information
#18ACD8 (or 0x18ACD8) is known color: Iris Blue. HEX triplet: 18, AC and D8. RGB value is (24,172,216). Sum of RGB (Red+Green+Blue) = 24+172+216=412 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.83% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 216 (84.77% from 255 or 52.43% from 412); Max value from RGB is 216 - color contains mainly: blue. Hex color #18ACD8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ACD8 is #E75327. Grayscale: #848484. Windows color (decimal): -15160104 or 14199832. OLE color: 14199832.
HSL color Cylindrical-coordinate representation of color #18ACD8: hue angle of 193.75º 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 #18ACD8 is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 172 | 216 | - |
| CMYK | 0.89 | 0.20 | 0 | 0.15 |
| HSL | 193.75º | 0.8% | 0.47% | - |
| HSV(B) | 193.75º | 0.89% | 0.85% | - |
| XYZ | 27.52 | 34.66 | 70.2 | - |
| YUV | 132.76 | 174.97 | 50.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 172 | 216 | 0.89 | 0.20 | 0 | 0.15 | 193.75 | 0.8 | 0.47 |
| Hex | 18 | AC | D8 | 59 | 14 | 0 | F | C2 | 50 | 2F |
| Octal | 30 | 254 | 330 | 131 | 24 | 0 | 17 | 302 | 120 | 57 |
| Binary | 11000 | 10101100 | 11011000 | 1011001 | 10100 | 0 | 1111 | 11000010 | 1010000 | 101111 |
Color Harmonies of #18ACD8
Complementary color
Monochromatic Colors of #18ACD8
Black with #18ACD8
Text Example
Text Example
White with #18ACD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ACD8; }
p { color: rgb(24,172,216); }
H1.HeaderClassName
{
color: #18ACD8;
}
.AnyTagClassName
{
color: #18ACD8;
}
</style>
background-color css
<style>
a { background-color: #18ACD8; }
a { background-color: rgb(24,172,216); }
div.DivClassName
{
background-color: #18ACD8;
}
.BgClassName
{
background-color: #18ACD8;
}
</style>
border-color css
<style>
span { border-color: #18ACD8; }
span { border-color: rgb(24,172,216); }
td.TdClassName
{
border-color: #18ACD8;
}
.TagClassName
{
border-color: #18ACD8;
}
</style>