Shades of Iris Blue #18BFD9
Tints of Iris Blue #18BFD9
RGB
CMYK
RGB Variations
Color information
#18BFD9 (or 0x18BFD9) is known color: Iris Blue. HEX triplet: 18, BF and D9. RGB value is (24,191,217). Sum of RGB (Red+Green+Blue) = 24+191+217=432 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.56% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 217 (85.16% from 255 or 50.23% from 432); Max value from RGB is 217 - color contains mainly: blue. Hex color #18BFD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BFD9 is #E74026. Grayscale: #8F8F8F. Windows color (decimal): -15155239 or 14270232. OLE color: 14270232.
HSL color Cylindrical-coordinate representation of color #18BFD9: hue angle of 188.08º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18BFD9 is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 191 | 217 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.15 |
| HSL | 188.08º | 0.8% | 0.47% | - |
| HSV(B) | 188.08º | 0.89% | 0.85% | - |
| XYZ | 31.53 | 42.47 | 72.18 | - |
| YUV | 144.03 | 169.17 | 42.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 191 | 217 | 0.89 | 0.12 | 0 | 0.15 | 188.08 | 0.8 | 0.47 |
| Hex | 18 | BF | D9 | 59 | C | 0 | F | BC | 50 | 2F |
| Octal | 30 | 277 | 331 | 131 | 14 | 0 | 17 | 274 | 120 | 57 |
| Binary | 11000 | 10111111 | 11011001 | 1011001 | 1100 | 0 | 1111 | 10111100 | 1010000 | 101111 |
Color Harmonies of #18BFD9
Complementary color
Monochromatic Colors of #18BFD9
Black with #18BFD9
Text Example
Text Example
White with #18BFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BFD9; }
p { color: rgb(24,191,217); }
H1.HeaderClassName
{
color: #18BFD9;
}
.AnyTagClassName
{
color: #18BFD9;
}
</style>
background-color css
<style>
a { background-color: #18BFD9; }
a { background-color: rgb(24,191,217); }
div.DivClassName
{
background-color: #18BFD9;
}
.BgClassName
{
background-color: #18BFD9;
}
</style>
border-color css
<style>
span { border-color: #18BFD9; }
span { border-color: rgb(24,191,217); }
td.TdClassName
{
border-color: #18BFD9;
}
.TagClassName
{
border-color: #18BFD9;
}
</style>