Shades of Iris Blue #18B5CE
Tints of Iris Blue #18B5CE
RGB
CMYK
RGB Variations
Color information
#18B5CE (or 0x18B5CE) is known color: Iris Blue. HEX triplet: 18, B5 and CE. RGB value is (24,181,206). Sum of RGB (Red+Green+Blue) = 24+181+206=411 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.84% from 411); Green value is 181 (71.09% from 255 or 44.04% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #18B5CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18B5CE is #E74A31. Grayscale: #888888. Windows color (decimal): -15157810 or 13546776. OLE color: 13546776.
HSL color Cylindrical-coordinate representation of color #18B5CE: hue angle of 188.24º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18B5CE is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 181 | 206 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.19 |
| HSL | 188.24º | 0.79% | 0.45% | - |
| HSV(B) | 188.24º | 0.88% | 0.81% | - |
| XYZ | 28.04 | 37.7 | 64.19 | - |
| YUV | 136.91 | 166.99 | 47.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 181 | 206 | 0.88 | 0.12 | 0 | 0.19 | 188.24 | 0.79 | 0.45 |
| Hex | 18 | B5 | CE | 58 | C | 0 | 13 | BC | 4F | 2D |
| Octal | 30 | 265 | 316 | 130 | 14 | 0 | 23 | 274 | 117 | 55 |
| Binary | 11000 | 10110101 | 11001110 | 1011000 | 1100 | 0 | 10011 | 10111100 | 1001111 | 101101 |
Color Harmonies of #18B5CE
Complementary color
Monochromatic Colors of #18B5CE
Black with #18B5CE
Text Example
Text Example
White with #18B5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B5CE; }
p { color: rgb(24,181,206); }
H1.HeaderClassName
{
color: #18B5CE;
}
.AnyTagClassName
{
color: #18B5CE;
}
</style>
background-color css
<style>
a { background-color: #18B5CE; }
a { background-color: rgb(24,181,206); }
div.DivClassName
{
background-color: #18B5CE;
}
.BgClassName
{
background-color: #18B5CE;
}
</style>
border-color css
<style>
span { border-color: #18B5CE; }
span { border-color: rgb(24,181,206); }
td.TdClassName
{
border-color: #18B5CE;
}
.TagClassName
{
border-color: #18B5CE;
}
</style>