Shades of Iris Blue #18BBCB
Tints of Iris Blue #18BBCB
RGB
CMYK
RGB Variations
Color information
#18BBCB (or 0x18BBCB) is known color: Iris Blue. HEX triplet: 18, BB and CB. RGB value is (24,187,203). Sum of RGB (Red+Green+Blue) = 24+187+203=414 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.80% from 414); Green value is 187 (73.44% from 255 or 45.17% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #18BBCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BBCB is #E74434. Grayscale: #8B8B8B. Windows color (decimal): -15156277 or 13351704. OLE color: 13351704.
HSL color Cylindrical-coordinate representation of color #18BBCB: hue angle of 185.36º 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 #18BBCB is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 187 | 203 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.20 |
| HSL | 185.36º | 0.79% | 0.45% | - |
| HSV(B) | 185.36º | 0.88% | 0.8% | - |
| XYZ | 28.93 | 40.05 | 62.71 | - |
| YUV | 140.09 | 163.5 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 187 | 203 | 0.88 | 0.08 | 0 | 0.20 | 185.36 | 0.79 | 0.45 |
| Hex | 18 | BB | CB | 58 | 8 | 0 | 14 | B9 | 4F | 2D |
| Octal | 30 | 273 | 313 | 130 | 10 | 0 | 24 | 271 | 117 | 55 |
| Binary | 11000 | 10111011 | 11001011 | 1011000 | 1000 | 0 | 10100 | 10111001 | 1001111 | 101101 |
Color Harmonies of #18BBCB
Complementary color
Monochromatic Colors of #18BBCB
Black with #18BBCB
Text Example
Text Example
White with #18BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BBCB; }
p { color: rgb(24,187,203); }
H1.HeaderClassName
{
color: #18BBCB;
}
.AnyTagClassName
{
color: #18BBCB;
}
</style>
background-color css
<style>
a { background-color: #18BBCB; }
a { background-color: rgb(24,187,203); }
div.DivClassName
{
background-color: #18BBCB;
}
.BgClassName
{
background-color: #18BBCB;
}
</style>
border-color css
<style>
span { border-color: #18BBCB; }
span { border-color: rgb(24,187,203); }
td.TdClassName
{
border-color: #18BBCB;
}
.TagClassName
{
border-color: #18BBCB;
}
</style>