Shades of Iris Blue #18BFDB
Tints of Iris Blue #18BFDB
RGB
CMYK
RGB Variations
Color information
#18BFDB (or 0x18BFDB) is known color: Iris Blue. HEX triplet: 18, BF and DB. RGB value is (24,191,219). Sum of RGB (Red+Green+Blue) = 24+191+219=434 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.53% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #18BFDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BFDB is #E74024. Grayscale: #8F8F8F. Windows color (decimal): -15155237 or 14401304. OLE color: 14401304.
HSL color Cylindrical-coordinate representation of color #18BFDB: hue angle of 188.62º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18BFDB is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 191 | 219 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.14 |
| HSL | 188.62º | 0.8% | 0.48% | - |
| HSV(B) | 188.62º | 0.89% | 0.86% | - |
| XYZ | 31.79 | 42.57 | 73.56 | - |
| YUV | 144.26 | 170.17 | 42.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 191 | 219 | 0.89 | 0.13 | 0 | 0.14 | 188.62 | 0.8 | 0.48 |
| Hex | 18 | BF | DB | 59 | D | 0 | E | BD | 50 | 30 |
| Octal | 30 | 277 | 333 | 131 | 15 | 0 | 16 | 275 | 120 | 60 |
| Binary | 11000 | 10111111 | 11011011 | 1011001 | 1101 | 0 | 1110 | 10111101 | 1010000 | 110000 |
Color Harmonies of #18BFDB
Complementary color
Monochromatic Colors of #18BFDB
Black with #18BFDB
Text Example
Text Example
White with #18BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BFDB; }
p { color: rgb(24,191,219); }
H1.HeaderClassName
{
color: #18BFDB;
}
.AnyTagClassName
{
color: #18BFDB;
}
</style>
background-color css
<style>
a { background-color: #18BFDB; }
a { background-color: rgb(24,191,219); }
div.DivClassName
{
background-color: #18BFDB;
}
.BgClassName
{
background-color: #18BFDB;
}
</style>
border-color css
<style>
span { border-color: #18BFDB; }
span { border-color: rgb(24,191,219); }
td.TdClassName
{
border-color: #18BFDB;
}
.TagClassName
{
border-color: #18BFDB;
}
</style>