Shades of Iris Blue #18BFCE
Tints of Iris Blue #18BFCE
RGB
CMYK
RGB Variations
Color information
#18BFCE (or 0x18BFCE) is known color: Iris Blue. HEX triplet: 18, BF and CE. RGB value is (24,191,206). Sum of RGB (Red+Green+Blue) = 24+191+206=421 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.70% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #18BFCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BFCE is #E74031. Grayscale: #8E8E8E. Windows color (decimal): -15155250 or 13549336. OLE color: 13549336.
HSL color Cylindrical-coordinate representation of color #18BFCE: hue angle of 184.95º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18BFCE is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 191 | 206 | - |
| CMYK | 0.88 | 0.07 | 0 | 0.19 |
| HSL | 184.95º | 0.79% | 0.45% | - |
| HSV(B) | 184.95º | 0.88% | 0.81% | - |
| XYZ | 30.15 | 41.91 | 64.89 | - |
| YUV | 142.78 | 163.67 | 43.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 191 | 206 | 0.88 | 0.07 | 0 | 0.19 | 184.95 | 0.79 | 0.45 |
| Hex | 18 | BF | CE | 58 | 7 | 0 | 13 | B9 | 4F | 2D |
| Octal | 30 | 277 | 316 | 130 | 7 | 0 | 23 | 271 | 117 | 55 |
| Binary | 11000 | 10111111 | 11001110 | 1011000 | 111 | 0 | 10011 | 10111001 | 1001111 | 101101 |
Color Harmonies of #18BFCE
Complementary color
Monochromatic Colors of #18BFCE
Black with #18BFCE
Text Example
Text Example
White with #18BFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BFCE; }
p { color: rgb(24,191,206); }
H1.HeaderClassName
{
color: #18BFCE;
}
.AnyTagClassName
{
color: #18BFCE;
}
</style>
background-color css
<style>
a { background-color: #18BFCE; }
a { background-color: rgb(24,191,206); }
div.DivClassName
{
background-color: #18BFCE;
}
.BgClassName
{
background-color: #18BFCE;
}
</style>
border-color css
<style>
span { border-color: #18BFCE; }
span { border-color: rgb(24,191,206); }
td.TdClassName
{
border-color: #18BFCE;
}
.TagClassName
{
border-color: #18BFCE;
}
</style>