Shades of Iris Blue #18BEDA
Tints of Iris Blue #18BEDA
RGB
CMYK
RGB Variations
Color information
#18BEDA (or 0x18BEDA) is known color: Iris Blue. HEX triplet: 18, BE and DA. RGB value is (24,190,218). Sum of RGB (Red+Green+Blue) = 24+190+218=432 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.56% from 432); Green value is 190 (74.61% from 255 or 43.98% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #18BEDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BEDA is #E74125. Grayscale: #8F8F8F. Windows color (decimal): -15155494 or 14335512. OLE color: 14335512.
HSL color Cylindrical-coordinate representation of color #18BEDA: hue angle of 188.66º 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 #18BEDA is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 190 | 218 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.15 |
| HSL | 188.66º | 0.8% | 0.47% | - |
| HSV(B) | 188.66º | 0.89% | 0.85% | - |
| XYZ | 31.45 | 42.08 | 72.8 | - |
| YUV | 143.56 | 170 | 42.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 190 | 218 | 0.89 | 0.13 | 0 | 0.15 | 188.66 | 0.8 | 0.47 |
| Hex | 18 | BE | DA | 59 | D | 0 | F | BD | 50 | 2F |
| Octal | 30 | 276 | 332 | 131 | 15 | 0 | 17 | 275 | 120 | 57 |
| Binary | 11000 | 10111110 | 11011010 | 1011001 | 1101 | 0 | 1111 | 10111101 | 1010000 | 101111 |
Color Harmonies of #18BEDA
Complementary color
Monochromatic Colors of #18BEDA
Black with #18BEDA
Text Example
Text Example
White with #18BEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BEDA; }
p { color: rgb(24,190,218); }
H1.HeaderClassName
{
color: #18BEDA;
}
.AnyTagClassName
{
color: #18BEDA;
}
</style>
background-color css
<style>
a { background-color: #18BEDA; }
a { background-color: rgb(24,190,218); }
div.DivClassName
{
background-color: #18BEDA;
}
.BgClassName
{
background-color: #18BEDA;
}
</style>
border-color css
<style>
span { border-color: #18BEDA; }
span { border-color: rgb(24,190,218); }
td.TdClassName
{
border-color: #18BEDA;
}
.TagClassName
{
border-color: #18BEDA;
}
</style>