Shades of Iris Blue #18BEDB
Tints of Iris Blue #18BEDB
RGB
CMYK
RGB Variations
Color information
#18BEDB (or 0x18BEDB) is known color: Iris Blue. HEX triplet: 18, BE and DB. RGB value is (24,190,219). Sum of RGB (Red+Green+Blue) = 24+190+219=433 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.54% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #18BEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BEDB is #E74124. Grayscale: #8F8F8F. Windows color (decimal): -15155493 or 14401048. OLE color: 14401048.
HSL color Cylindrical-coordinate representation of color #18BEDB: hue angle of 188.92º 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 #18BEDB is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 190 | 219 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.14 |
| HSL | 188.92º | 0.8% | 0.48% | - |
| HSV(B) | 188.92º | 0.89% | 0.86% | - |
| XYZ | 31.58 | 42.14 | 73.49 | - |
| YUV | 143.67 | 170.5 | 42.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 190 | 219 | 0.89 | 0.13 | 0 | 0.14 | 188.92 | 0.8 | 0.48 |
| Hex | 18 | BE | DB | 59 | D | 0 | E | BD | 50 | 30 |
| Octal | 30 | 276 | 333 | 131 | 15 | 0 | 16 | 275 | 120 | 60 |
| Binary | 11000 | 10111110 | 11011011 | 1011001 | 1101 | 0 | 1110 | 10111101 | 1010000 | 110000 |
Color Harmonies of #18BEDB
Complementary color
Monochromatic Colors of #18BEDB
Black with #18BEDB
Text Example
Text Example
White with #18BEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BEDB; }
p { color: rgb(24,190,219); }
H1.HeaderClassName
{
color: #18BEDB;
}
.AnyTagClassName
{
color: #18BEDB;
}
</style>
background-color css
<style>
a { background-color: #18BEDB; }
a { background-color: rgb(24,190,219); }
div.DivClassName
{
background-color: #18BEDB;
}
.BgClassName
{
background-color: #18BEDB;
}
</style>
border-color css
<style>
span { border-color: #18BEDB; }
span { border-color: rgb(24,190,219); }
td.TdClassName
{
border-color: #18BEDB;
}
.TagClassName
{
border-color: #18BEDB;
}
</style>