Shades of Iris Blue #18BCCE
Tints of Iris Blue #18BCCE
RGB
CMYK
RGB Variations
Color information
#18BCCE (or 0x18BCCE) is known color: Iris Blue. HEX triplet: 18, BC and CE. RGB value is (24,188,206). Sum of RGB (Red+Green+Blue) = 24+188+206=418 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.74% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #18BCCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BCCE is #E74331. Grayscale: #8C8C8C. Windows color (decimal): -15156018 or 13548568. OLE color: 13548568.
HSL color Cylindrical-coordinate representation of color #18BCCE: hue angle of 185.93º 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 #18BCCE is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 188 | 206 | - |
| CMYK | 0.88 | 0.09 | 0 | 0.19 |
| HSL | 185.93º | 0.79% | 0.45% | - |
| HSV(B) | 185.93º | 0.88% | 0.81% | - |
| XYZ | 29.5 | 40.62 | 64.68 | - |
| YUV | 141.02 | 164.67 | 44.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 188 | 206 | 0.88 | 0.09 | 0 | 0.19 | 185.93 | 0.79 | 0.45 |
| Hex | 18 | BC | CE | 58 | 9 | 0 | 13 | BA | 4F | 2D |
| Octal | 30 | 274 | 316 | 130 | 11 | 0 | 23 | 272 | 117 | 55 |
| Binary | 11000 | 10111100 | 11001110 | 1011000 | 1001 | 0 | 10011 | 10111010 | 1001111 | 101101 |
Color Harmonies of #18BCCE
Complementary color
Monochromatic Colors of #18BCCE
Black with #18BCCE
Text Example
Text Example
White with #18BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BCCE; }
p { color: rgb(24,188,206); }
H1.HeaderClassName
{
color: #18BCCE;
}
.AnyTagClassName
{
color: #18BCCE;
}
</style>
background-color css
<style>
a { background-color: #18BCCE; }
a { background-color: rgb(24,188,206); }
div.DivClassName
{
background-color: #18BCCE;
}
.BgClassName
{
background-color: #18BCCE;
}
</style>
border-color css
<style>
span { border-color: #18BCCE; }
span { border-color: rgb(24,188,206); }
td.TdClassName
{
border-color: #18BCCE;
}
.TagClassName
{
border-color: #18BCCE;
}
</style>