Shades of Iris Blue #18BFCD
Tints of Iris Blue #18BFCD
RGB
CMYK
RGB Variations
Color information
#18BFCD (or 0x18BFCD) is known color: Iris Blue. HEX triplet: 18, BF and CD. RGB value is (24,191,205). Sum of RGB (Red+Green+Blue) = 24+191+205=420 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.71% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #18BFCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BFCD is #E74032. Grayscale: #8E8E8E. Windows color (decimal): -15155251 or 13483800. OLE color: 13483800.
HSL color Cylindrical-coordinate representation of color #18BFCD: hue angle of 184.64º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18BFCD is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 191 | 205 | - |
| CMYK | 0.88 | 0.07 | 0 | 0.20 |
| HSL | 184.64º | 0.79% | 0.45% | - |
| HSV(B) | 184.64º | 0.88% | 0.8% | - |
| XYZ | 30.03 | 41.86 | 64.26 | - |
| YUV | 142.66 | 163.17 | 43.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 191 | 205 | 0.88 | 0.07 | 0 | 0.20 | 184.64 | 0.79 | 0.45 |
| Hex | 18 | BF | CD | 58 | 7 | 0 | 14 | B9 | 4F | 2D |
| Octal | 30 | 277 | 315 | 130 | 7 | 0 | 24 | 271 | 117 | 55 |
| Binary | 11000 | 10111111 | 11001101 | 1011000 | 111 | 0 | 10100 | 10111001 | 1001111 | 101101 |
Color Harmonies of #18BFCD
Complementary color
Monochromatic Colors of #18BFCD
Black with #18BFCD
Text Example
Text Example
White with #18BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BFCD; }
p { color: rgb(24,191,205); }
H1.HeaderClassName
{
color: #18BFCD;
}
.AnyTagClassName
{
color: #18BFCD;
}
</style>
background-color css
<style>
a { background-color: #18BFCD; }
a { background-color: rgb(24,191,205); }
div.DivClassName
{
background-color: #18BFCD;
}
.BgClassName
{
background-color: #18BFCD;
}
</style>
border-color css
<style>
span { border-color: #18BFCD; }
span { border-color: rgb(24,191,205); }
td.TdClassName
{
border-color: #18BFCD;
}
.TagClassName
{
border-color: #18BFCD;
}
</style>