Shades of Iris Blue #18BBDD
Tints of Iris Blue #18BBDD
RGB
CMYK
RGB Variations
Color information
#18BBDD (or 0x18BBDD) is known color: Iris Blue. HEX triplet: 18, BB and DD. RGB value is (24,187,221). Sum of RGB (Red+Green+Blue) = 24+187+221=432 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.56% from 432); Green value is 187 (73.44% from 255 or 43.29% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #18BBDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BBDD is #E74422. Grayscale: #8D8D8D. Windows color (decimal): -15156259 or 14531352. OLE color: 14531352.
HSL color Cylindrical-coordinate representation of color #18BBDD: hue angle of 190.36º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18BBDD is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 187 | 221 | - |
| CMYK | 0.89 | 0.15 | 0 | 0.13 |
| HSL | 190.36º | 0.8% | 0.48% | - |
| HSV(B) | 190.36º | 0.89% | 0.87% | - |
| XYZ | 31.2 | 40.96 | 74.67 | - |
| YUV | 142.14 | 172.5 | 43.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 187 | 221 | 0.89 | 0.15 | 0 | 0.13 | 190.36 | 0.8 | 0.48 |
| Hex | 18 | BB | DD | 59 | F | 0 | D | BE | 50 | 30 |
| Octal | 30 | 273 | 335 | 131 | 17 | 0 | 15 | 276 | 120 | 60 |
| Binary | 11000 | 10111011 | 11011101 | 1011001 | 1111 | 0 | 1101 | 10111110 | 1010000 | 110000 |
Color Harmonies of #18BBDD
Complementary color
Monochromatic Colors of #18BBDD
Black with #18BBDD
Text Example
Text Example
White with #18BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BBDD; }
p { color: rgb(24,187,221); }
H1.HeaderClassName
{
color: #18BBDD;
}
.AnyTagClassName
{
color: #18BBDD;
}
</style>
background-color css
<style>
a { background-color: #18BBDD; }
a { background-color: rgb(24,187,221); }
div.DivClassName
{
background-color: #18BBDD;
}
.BgClassName
{
background-color: #18BBDD;
}
</style>
border-color css
<style>
span { border-color: #18BBDD; }
span { border-color: rgb(24,187,221); }
td.TdClassName
{
border-color: #18BBDD;
}
.TagClassName
{
border-color: #18BBDD;
}
</style>