Shades of Iris Blue #18ACD0
Tints of Iris Blue #18ACD0
RGB
CMYK
RGB Variations
Color information
#18ACD0 (or 0x18ACD0) is known color: Iris Blue. HEX triplet: 18, AC and D0. RGB value is (24,172,208). Sum of RGB (Red+Green+Blue) = 24+172+208=404 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.94% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 208 (81.64% from 255 or 51.49% from 404); Max value from RGB is 208 - color contains mainly: blue. Hex color #18ACD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ACD0 is #E7532F. Grayscale: #838383. Windows color (decimal): -15160112 or 13675544. OLE color: 13675544.
HSL color Cylindrical-coordinate representation of color #18ACD0: hue angle of 191.74º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18ACD0 is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 172 | 208 | - |
| CMYK | 0.88 | 0.17 | 0 | 0.18 |
| HSL | 191.74º | 0.79% | 0.45% | - |
| HSV(B) | 191.74º | 0.88% | 0.82% | - |
| XYZ | 26.51 | 34.25 | 64.89 | - |
| YUV | 131.85 | 170.97 | 51.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 172 | 208 | 0.88 | 0.17 | 0 | 0.18 | 191.74 | 0.79 | 0.45 |
| Hex | 18 | AC | D0 | 58 | 11 | 0 | 12 | C0 | 4F | 2D |
| Octal | 30 | 254 | 320 | 130 | 21 | 0 | 22 | 300 | 117 | 55 |
| Binary | 11000 | 10101100 | 11010000 | 1011000 | 10001 | 0 | 10010 | 11000000 | 1001111 | 101101 |
Color Harmonies of #18ACD0
Complementary color
Monochromatic Colors of #18ACD0
Black with #18ACD0
Text Example
Text Example
White with #18ACD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ACD0; }
p { color: rgb(24,172,208); }
H1.HeaderClassName
{
color: #18ACD0;
}
.AnyTagClassName
{
color: #18ACD0;
}
</style>
background-color css
<style>
a { background-color: #18ACD0; }
a { background-color: rgb(24,172,208); }
div.DivClassName
{
background-color: #18ACD0;
}
.BgClassName
{
background-color: #18ACD0;
}
</style>
border-color css
<style>
span { border-color: #18ACD0; }
span { border-color: rgb(24,172,208); }
td.TdClassName
{
border-color: #18ACD0;
}
.TagClassName
{
border-color: #18ACD0;
}
</style>