Shades of Iris Blue #18B2CB
Tints of Iris Blue #18B2CB
RGB
CMYK
RGB Variations
Color information
#18B2CB (or 0x18B2CB) is known color: Iris Blue. HEX triplet: 18, B2 and CB. RGB value is (24,178,203). Sum of RGB (Red+Green+Blue) = 24+178+203=405 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.93% from 405); Green value is 178 (69.92% from 255 or 43.95% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #18B2CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18B2CB is #E74D34. Grayscale: #868686. Windows color (decimal): -15158581 or 13349400. OLE color: 13349400.
HSL color Cylindrical-coordinate representation of color #18B2CB: hue angle of 188.38º 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 #18B2CB is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 178 | 203 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.20 |
| HSL | 188.38º | 0.79% | 0.45% | - |
| HSV(B) | 188.38º | 0.88% | 0.8% | - |
| XYZ | 27.08 | 36.35 | 62.09 | - |
| YUV | 134.8 | 166.48 | 48.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 178 | 203 | 0.88 | 0.12 | 0 | 0.20 | 188.38 | 0.79 | 0.45 |
| Hex | 18 | B2 | CB | 58 | C | 0 | 14 | BC | 4F | 2D |
| Octal | 30 | 262 | 313 | 130 | 14 | 0 | 24 | 274 | 117 | 55 |
| Binary | 11000 | 10110010 | 11001011 | 1011000 | 1100 | 0 | 10100 | 10111100 | 1001111 | 101101 |
Color Harmonies of #18B2CB
Complementary color
Monochromatic Colors of #18B2CB
Black with #18B2CB
Text Example
Text Example
White with #18B2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B2CB; }
p { color: rgb(24,178,203); }
H1.HeaderClassName
{
color: #18B2CB;
}
.AnyTagClassName
{
color: #18B2CB;
}
</style>
background-color css
<style>
a { background-color: #18B2CB; }
a { background-color: rgb(24,178,203); }
div.DivClassName
{
background-color: #18B2CB;
}
.BgClassName
{
background-color: #18B2CB;
}
</style>
border-color css
<style>
span { border-color: #18B2CB; }
span { border-color: rgb(24,178,203); }
td.TdClassName
{
border-color: #18B2CB;
}
.TagClassName
{
border-color: #18B2CB;
}
</style>