Shades of Iris Blue #18BCD5
Tints of Iris Blue #18BCD5
RGB
CMYK
RGB Variations
Color information
#18BCD5 (or 0x18BCD5) is known color: Iris Blue. HEX triplet: 18, BC and D5. RGB value is (24,188,213). Sum of RGB (Red+Green+Blue) = 24+188+213=425 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.65% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 213 (83.59% from 255 or 50.12% from 425); Max value from RGB is 213 - color contains mainly: blue. Hex color #18BCD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BCD5 is #E7432A. Grayscale: #8D8D8D. Windows color (decimal): -15156011 or 14007320. OLE color: 14007320.
HSL color Cylindrical-coordinate representation of color #18BCD5: hue angle of 187.94º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18BCD5 is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 188 | 213 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.16 |
| HSL | 187.94º | 0.8% | 0.46% | - |
| HSV(B) | 187.94º | 0.89% | 0.84% | - |
| XYZ | 30.37 | 40.96 | 69.26 | - |
| YUV | 141.81 | 168.17 | 43.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 188 | 213 | 0.89 | 0.12 | 0 | 0.16 | 187.94 | 0.8 | 0.46 |
| Hex | 18 | BC | D5 | 59 | C | 0 | 10 | BC | 50 | 2E |
| Octal | 30 | 274 | 325 | 131 | 14 | 0 | 20 | 274 | 120 | 56 |
| Binary | 11000 | 10111100 | 11010101 | 1011001 | 1100 | 0 | 10000 | 10111100 | 1010000 | 101110 |
Color Harmonies of #18BCD5
Complementary color
Monochromatic Colors of #18BCD5
Black with #18BCD5
Text Example
Text Example
White with #18BCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BCD5; }
p { color: rgb(24,188,213); }
H1.HeaderClassName
{
color: #18BCD5;
}
.AnyTagClassName
{
color: #18BCD5;
}
</style>
background-color css
<style>
a { background-color: #18BCD5; }
a { background-color: rgb(24,188,213); }
div.DivClassName
{
background-color: #18BCD5;
}
.BgClassName
{
background-color: #18BCD5;
}
</style>
border-color css
<style>
span { border-color: #18BCD5; }
span { border-color: rgb(24,188,213); }
td.TdClassName
{
border-color: #18BCD5;
}
.TagClassName
{
border-color: #18BCD5;
}
</style>