Shades of Iris Blue #18BED7
Tints of Iris Blue #18BED7
RGB
CMYK
RGB Variations
Color information
#18BED7 (or 0x18BED7) is known color: Iris Blue. HEX triplet: 18, BE and D7. RGB value is (24,190,215). Sum of RGB (Red+Green+Blue) = 24+190+215=429 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.59% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 215 (84.38% from 255 or 50.12% from 429); Max value from RGB is 215 - color contains mainly: blue. Hex color #18BED7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BED7 is #E74128. Grayscale: #8E8E8E. Windows color (decimal): -15155497 or 14138904. OLE color: 14138904.
HSL color Cylindrical-coordinate representation of color #18BED7: hue angle of 187.85º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18BED7 is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 190 | 215 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.16 |
| HSL | 187.85º | 0.8% | 0.47% | - |
| HSV(B) | 187.85º | 0.89% | 0.84% | - |
| XYZ | 31.06 | 41.93 | 70.75 | - |
| YUV | 143.22 | 168.5 | 42.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 190 | 215 | 0.89 | 0.12 | 0 | 0.16 | 187.85 | 0.8 | 0.47 |
| Hex | 18 | BE | D7 | 59 | C | 0 | 10 | BC | 50 | 2F |
| Octal | 30 | 276 | 327 | 131 | 14 | 0 | 20 | 274 | 120 | 57 |
| Binary | 11000 | 10111110 | 11010111 | 1011001 | 1100 | 0 | 10000 | 10111100 | 1010000 | 101111 |
Color Harmonies of #18BED7
Complementary color
Monochromatic Colors of #18BED7
Black with #18BED7
Text Example
Text Example
White with #18BED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BED7; }
p { color: rgb(24,190,215); }
H1.HeaderClassName
{
color: #18BED7;
}
.AnyTagClassName
{
color: #18BED7;
}
</style>
background-color css
<style>
a { background-color: #18BED7; }
a { background-color: rgb(24,190,215); }
div.DivClassName
{
background-color: #18BED7;
}
.BgClassName
{
background-color: #18BED7;
}
</style>
border-color css
<style>
span { border-color: #18BED7; }
span { border-color: rgb(24,190,215); }
td.TdClassName
{
border-color: #18BED7;
}
.TagClassName
{
border-color: #18BED7;
}
</style>