Shades of Iris Blue #18B4CF
Tints of Iris Blue #18B4CF
RGB
CMYK
RGB Variations
Color information
#18B4CF (or 0x18B4CF) is known color: Iris Blue. HEX triplet: 18, B4 and CF. RGB value is (24,180,207). Sum of RGB (Red+Green+Blue) = 24+180+207=411 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.84% from 411); Green value is 180 (70.70% from 255 or 43.80% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #18B4CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18B4CF is #E74B30. Grayscale: #888888. Windows color (decimal): -15158065 or 13612056. OLE color: 13612056.
HSL color Cylindrical-coordinate representation of color #18B4CF: hue angle of 188.85º 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 #18B4CF is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 180 | 207 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.19 |
| HSL | 188.85º | 0.79% | 0.45% | - |
| HSV(B) | 188.85º | 0.88% | 0.81% | - |
| XYZ | 27.96 | 37.34 | 64.77 | - |
| YUV | 136.43 | 167.82 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 180 | 207 | 0.88 | 0.13 | 0 | 0.19 | 188.85 | 0.79 | 0.45 |
| Hex | 18 | B4 | CF | 58 | D | 0 | 13 | BD | 4F | 2D |
| Octal | 30 | 264 | 317 | 130 | 15 | 0 | 23 | 275 | 117 | 55 |
| Binary | 11000 | 10110100 | 11001111 | 1011000 | 1101 | 0 | 10011 | 10111101 | 1001111 | 101101 |
Color Harmonies of #18B4CF
Complementary color
Monochromatic Colors of #18B4CF
Black with #18B4CF
Text Example
Text Example
White with #18B4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B4CF; }
p { color: rgb(24,180,207); }
H1.HeaderClassName
{
color: #18B4CF;
}
.AnyTagClassName
{
color: #18B4CF;
}
</style>
background-color css
<style>
a { background-color: #18B4CF; }
a { background-color: rgb(24,180,207); }
div.DivClassName
{
background-color: #18B4CF;
}
.BgClassName
{
background-color: #18B4CF;
}
</style>
border-color css
<style>
span { border-color: #18B4CF; }
span { border-color: rgb(24,180,207); }
td.TdClassName
{
border-color: #18B4CF;
}
.TagClassName
{
border-color: #18B4CF;
}
</style>