Shades of Iris Blue #18AACD
Tints of Iris Blue #18AACD
RGB
CMYK
RGB Variations
Color information
#18AACD (or 0x18AACD) is known color: Iris Blue. HEX triplet: 18, AA and CD. RGB value is (24,170,205). Sum of RGB (Red+Green+Blue) = 24+170+205=399 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.02% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #18AACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AACD is #E75532. Grayscale: #828282. Windows color (decimal): -15160627 or 13478424. OLE color: 13478424.
HSL color Cylindrical-coordinate representation of color #18AACD: hue angle of 191.6º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18AACD is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 170 | 205 | - |
| CMYK | 0.88 | 0.17 | 0 | 0.20 |
| HSL | 191.6º | 0.79% | 0.45% | - |
| HSV(B) | 191.6º | 0.88% | 0.8% | - |
| XYZ | 25.77 | 33.35 | 62.84 | - |
| YUV | 130.34 | 170.13 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 170 | 205 | 0.88 | 0.17 | 0 | 0.20 | 191.6 | 0.79 | 0.45 |
| Hex | 18 | AA | CD | 58 | 11 | 0 | 14 | C0 | 4F | 2D |
| Octal | 30 | 252 | 315 | 130 | 21 | 0 | 24 | 300 | 117 | 55 |
| Binary | 11000 | 10101010 | 11001101 | 1011000 | 10001 | 0 | 10100 | 11000000 | 1001111 | 101101 |
Color Harmonies of #18AACD
Complementary color
Monochromatic Colors of #18AACD
Black with #18AACD
Text Example
Text Example
White with #18AACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AACD; }
p { color: rgb(24,170,205); }
H1.HeaderClassName
{
color: #18AACD;
}
.AnyTagClassName
{
color: #18AACD;
}
</style>
background-color css
<style>
a { background-color: #18AACD; }
a { background-color: rgb(24,170,205); }
div.DivClassName
{
background-color: #18AACD;
}
.BgClassName
{
background-color: #18AACD;
}
</style>
border-color css
<style>
span { border-color: #18AACD; }
span { border-color: rgb(24,170,205); }
td.TdClassName
{
border-color: #18AACD;
}
.TagClassName
{
border-color: #18AACD;
}
</style>