Shades of Iris Blue #18ACD2
Tints of Iris Blue #18ACD2
RGB
CMYK
RGB Variations
Color information
#18ACD2 (or 0x18ACD2) is known color: Iris Blue. HEX triplet: 18, AC and D2. RGB value is (24,172,210). Sum of RGB (Red+Green+Blue) = 24+172+210=406 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.91% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 210 (82.42% from 255 or 51.72% from 406); Max value from RGB is 210 - color contains mainly: blue. Hex color #18ACD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ACD2 is #E7532D. Grayscale: #838383. Windows color (decimal): -15160110 or 13806616. OLE color: 13806616.
HSL color Cylindrical-coordinate representation of color #18ACD2: hue angle of 192.26º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18ACD2 is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 172 | 210 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.18 |
| HSL | 192.26º | 0.79% | 0.46% | - |
| HSV(B) | 192.26º | 0.89% | 0.82% | - |
| XYZ | 26.76 | 34.35 | 66.19 | - |
| YUV | 132.08 | 171.97 | 50.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 172 | 210 | 0.89 | 0.18 | 0 | 0.18 | 192.26 | 0.79 | 0.46 |
| Hex | 18 | AC | D2 | 59 | 12 | 0 | 12 | C0 | 4F | 2E |
| Octal | 30 | 254 | 322 | 131 | 22 | 0 | 22 | 300 | 117 | 56 |
| Binary | 11000 | 10101100 | 11010010 | 1011001 | 10010 | 0 | 10010 | 11000000 | 1001111 | 101110 |
Color Harmonies of #18ACD2
Complementary color
Monochromatic Colors of #18ACD2
Black with #18ACD2
Text Example
Text Example
White with #18ACD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ACD2; }
p { color: rgb(24,172,210); }
H1.HeaderClassName
{
color: #18ACD2;
}
.AnyTagClassName
{
color: #18ACD2;
}
</style>
background-color css
<style>
a { background-color: #18ACD2; }
a { background-color: rgb(24,172,210); }
div.DivClassName
{
background-color: #18ACD2;
}
.BgClassName
{
background-color: #18ACD2;
}
</style>
border-color css
<style>
span { border-color: #18ACD2; }
span { border-color: rgb(24,172,210); }
td.TdClassName
{
border-color: #18ACD2;
}
.TagClassName
{
border-color: #18ACD2;
}
</style>