Shades of Iris Blue #18BFD1
Tints of Iris Blue #18BFD1
RGB
CMYK
RGB Variations
Color information
#18BFD1 (or 0x18BFD1) is known color: Iris Blue. HEX triplet: 18, BF and D1. RGB value is (24,191,209). Sum of RGB (Red+Green+Blue) = 24+191+209=424 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.66% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 209 (82.03% from 255 or 49.29% from 424); Max value from RGB is 209 - color contains mainly: blue. Hex color #18BFD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BFD1 is #E7402E. Grayscale: #8E8E8E. Windows color (decimal): -15155247 or 13745944. OLE color: 13745944.
HSL color Cylindrical-coordinate representation of color #18BFD1: hue angle of 185.84º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18BFD1 is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 191 | 209 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.18 |
| HSL | 185.84º | 0.79% | 0.46% | - |
| HSV(B) | 185.84º | 0.89% | 0.82% | - |
| XYZ | 30.52 | 42.06 | 66.83 | - |
| YUV | 143.12 | 165.17 | 43.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 191 | 209 | 0.89 | 0.09 | 0 | 0.18 | 185.84 | 0.79 | 0.46 |
| Hex | 18 | BF | D1 | 59 | 9 | 0 | 12 | BA | 4F | 2E |
| Octal | 30 | 277 | 321 | 131 | 11 | 0 | 22 | 272 | 117 | 56 |
| Binary | 11000 | 10111111 | 11010001 | 1011001 | 1001 | 0 | 10010 | 10111010 | 1001111 | 101110 |
Color Harmonies of #18BFD1
Complementary color
Monochromatic Colors of #18BFD1
Black with #18BFD1
Text Example
Text Example
White with #18BFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BFD1; }
p { color: rgb(24,191,209); }
H1.HeaderClassName
{
color: #18BFD1;
}
.AnyTagClassName
{
color: #18BFD1;
}
</style>
background-color css
<style>
a { background-color: #18BFD1; }
a { background-color: rgb(24,191,209); }
div.DivClassName
{
background-color: #18BFD1;
}
.BgClassName
{
background-color: #18BFD1;
}
</style>
border-color css
<style>
span { border-color: #18BFD1; }
span { border-color: rgb(24,191,209); }
td.TdClassName
{
border-color: #18BFD1;
}
.TagClassName
{
border-color: #18BFD1;
}
</style>