Shades of Iris Blue #18C2CD
Tints of Iris Blue #18C2CD
RGB
CMYK
RGB Variations
Color information
#18C2CD (or 0x18C2CD) is known color: Iris Blue. HEX triplet: 18, C2 and CD. RGB value is (24,194,205). Sum of RGB (Red+Green+Blue) = 24+194+205=423 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.67% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #18C2CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18C2CD is #E73D32. Grayscale: #909090. Windows color (decimal): -15154483 or 13484568. OLE color: 13484568.
HSL color Cylindrical-coordinate representation of color #18C2CD: hue angle of 183.65º 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 #18C2CD is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 194 | 205 | - |
| CMYK | 0.88 | 0.05 | 0 | 0.20 |
| HSL | 183.65º | 0.79% | 0.45% | - |
| HSV(B) | 183.65º | 0.88% | 0.8% | - |
| XYZ | 30.69 | 43.19 | 64.48 | - |
| YUV | 144.42 | 162.18 | 42.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 194 | 205 | 0.88 | 0.05 | 0 | 0.20 | 183.65 | 0.79 | 0.45 |
| Hex | 18 | C2 | CD | 58 | 5 | 0 | 14 | B8 | 4F | 2D |
| Octal | 30 | 302 | 315 | 130 | 5 | 0 | 24 | 270 | 117 | 55 |
| Binary | 11000 | 11000010 | 11001101 | 1011000 | 101 | 0 | 10100 | 10111000 | 1001111 | 101101 |
Color Harmonies of #18C2CD
Complementary color
Monochromatic Colors of #18C2CD
Black with #18C2CD
Text Example
Text Example
White with #18C2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C2CD; }
p { color: rgb(24,194,205); }
H1.HeaderClassName
{
color: #18C2CD;
}
.AnyTagClassName
{
color: #18C2CD;
}
</style>
background-color css
<style>
a { background-color: #18C2CD; }
a { background-color: rgb(24,194,205); }
div.DivClassName
{
background-color: #18C2CD;
}
.BgClassName
{
background-color: #18C2CD;
}
</style>
border-color css
<style>
span { border-color: #18C2CD; }
span { border-color: rgb(24,194,205); }
td.TdClassName
{
border-color: #18C2CD;
}
.TagClassName
{
border-color: #18C2CD;
}
</style>