Shades of Iris Blue #18C0DB
Tints of Iris Blue #18C0DB
RGB
CMYK
RGB Variations
Color information
#18C0DB (or 0x18C0DB) is known color: Iris Blue. HEX triplet: 18, C0 and DB. RGB value is (24,192,219). Sum of RGB (Red+Green+Blue) = 24+192+219=435 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.52% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #18C0DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18C0DB is #E73F24. Grayscale: #909090. Windows color (decimal): -15154981 or 14401560. OLE color: 14401560.
HSL color Cylindrical-coordinate representation of color #18C0DB: hue angle of 188.31º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18C0DB is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 192 | 219 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.14 |
| HSL | 188.31º | 0.8% | 0.48% | - |
| HSV(B) | 188.31º | 0.89% | 0.86% | - |
| XYZ | 32.01 | 43.01 | 73.63 | - |
| YUV | 144.85 | 169.84 | 41.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 192 | 219 | 0.89 | 0.12 | 0 | 0.14 | 188.31 | 0.8 | 0.48 |
| Hex | 18 | C0 | DB | 59 | C | 0 | E | BC | 50 | 30 |
| Octal | 30 | 300 | 333 | 131 | 14 | 0 | 16 | 274 | 120 | 60 |
| Binary | 11000 | 11000000 | 11011011 | 1011001 | 1100 | 0 | 1110 | 10111100 | 1010000 | 110000 |
Color Harmonies of #18C0DB
Complementary color
Monochromatic Colors of #18C0DB
Black with #18C0DB
Text Example
Text Example
White with #18C0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C0DB; }
p { color: rgb(24,192,219); }
H1.HeaderClassName
{
color: #18C0DB;
}
.AnyTagClassName
{
color: #18C0DB;
}
</style>
background-color css
<style>
a { background-color: #18C0DB; }
a { background-color: rgb(24,192,219); }
div.DivClassName
{
background-color: #18C0DB;
}
.BgClassName
{
background-color: #18C0DB;
}
</style>
border-color css
<style>
span { border-color: #18C0DB; }
span { border-color: rgb(24,192,219); }
td.TdClassName
{
border-color: #18C0DB;
}
.TagClassName
{
border-color: #18C0DB;
}
</style>