Shades of Iris Blue #18BEC9
Tints of Iris Blue #18BEC9
RGB
CMYK
RGB Variations
Color information
#18BEC9 (or 0x18BEC9) is known color: Iris Blue. HEX triplet: 18, BE and C9. RGB value is (24,190,201). Sum of RGB (Red+Green+Blue) = 24+190+201=415 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.78% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 201 (78.91% from 255 or 48.43% from 415); Max value from RGB is 201 - color contains mainly: blue. Hex color #18BEC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BEC9 is #E74136. Grayscale: #8D8D8D. Windows color (decimal): -15155511 or 13221400. OLE color: 13221400.
HSL color Cylindrical-coordinate representation of color #18BEC9: hue angle of 183.73º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18BEC9 is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 190 | 201 | - |
| CMYK | 0.88 | 0.05 | 0 | 0.21 |
| HSL | 183.73º | 0.79% | 0.44% | - |
| HSV(B) | 183.73º | 0.88% | 0.79% | - |
| XYZ | 29.33 | 41.24 | 61.67 | - |
| YUV | 141.62 | 161.5 | 44.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 190 | 201 | 0.88 | 0.05 | 0 | 0.21 | 183.73 | 0.79 | 0.44 |
| Hex | 18 | BE | C9 | 58 | 5 | 0 | 15 | B8 | 4F | 2C |
| Octal | 30 | 276 | 311 | 130 | 5 | 0 | 25 | 270 | 117 | 54 |
| Binary | 11000 | 10111110 | 11001001 | 1011000 | 101 | 0 | 10101 | 10111000 | 1001111 | 101100 |
Color Harmonies of #18BEC9
Complementary color
Monochromatic Colors of #18BEC9
Black with #18BEC9
Text Example
Text Example
White with #18BEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BEC9; }
p { color: rgb(24,190,201); }
H1.HeaderClassName
{
color: #18BEC9;
}
.AnyTagClassName
{
color: #18BEC9;
}
</style>
background-color css
<style>
a { background-color: #18BEC9; }
a { background-color: rgb(24,190,201); }
div.DivClassName
{
background-color: #18BEC9;
}
.BgClassName
{
background-color: #18BEC9;
}
</style>
border-color css
<style>
span { border-color: #18BEC9; }
span { border-color: rgb(24,190,201); }
td.TdClassName
{
border-color: #18BEC9;
}
.TagClassName
{
border-color: #18BEC9;
}
</style>