Shades of Iris Blue #18B1CB
Tints of Iris Blue #18B1CB
RGB
CMYK
RGB Variations
Color information
#18B1CB (or 0x18B1CB) is known color: Iris Blue. HEX triplet: 18, B1 and CB. RGB value is (24,177,203). Sum of RGB (Red+Green+Blue) = 24+177+203=404 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.94% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #18B1CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18B1CB is #E74E34. Grayscale: #858585. Windows color (decimal): -15158837 or 13349144. OLE color: 13349144.
HSL color Cylindrical-coordinate representation of color #18B1CB: hue angle of 188.72º 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 #18B1CB is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 177 | 203 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.20 |
| HSL | 188.72º | 0.79% | 0.45% | - |
| HSV(B) | 188.72º | 0.88% | 0.8% | - |
| XYZ | 26.88 | 35.95 | 62.02 | - |
| YUV | 134.22 | 166.81 | 49.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 177 | 203 | 0.88 | 0.13 | 0 | 0.20 | 188.72 | 0.79 | 0.45 |
| Hex | 18 | B1 | CB | 58 | D | 0 | 14 | BD | 4F | 2D |
| Octal | 30 | 261 | 313 | 130 | 15 | 0 | 24 | 275 | 117 | 55 |
| Binary | 11000 | 10110001 | 11001011 | 1011000 | 1101 | 0 | 10100 | 10111101 | 1001111 | 101101 |
Color Harmonies of #18B1CB
Complementary color
Monochromatic Colors of #18B1CB
Black with #18B1CB
Text Example
Text Example
White with #18B1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B1CB; }
p { color: rgb(24,177,203); }
H1.HeaderClassName
{
color: #18B1CB;
}
.AnyTagClassName
{
color: #18B1CB;
}
</style>
background-color css
<style>
a { background-color: #18B1CB; }
a { background-color: rgb(24,177,203); }
div.DivClassName
{
background-color: #18B1CB;
}
.BgClassName
{
background-color: #18B1CB;
}
</style>
border-color css
<style>
span { border-color: #18B1CB; }
span { border-color: rgb(24,177,203); }
td.TdClassName
{
border-color: #18B1CB;
}
.TagClassName
{
border-color: #18B1CB;
}
</style>