Shades of Iris Blue #18B1CC
Tints of Iris Blue #18B1CC
RGB
CMYK
RGB Variations
Color information
#18B1CC (or 0x18B1CC) is known color: Iris Blue. HEX triplet: 18, B1 and CC. RGB value is (24,177,204). Sum of RGB (Red+Green+Blue) = 24+177+204=405 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.93% from 405); Green value is 177 (69.53% from 255 or 43.70% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #18B1CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18B1CC is #E74E33. Grayscale: #868686. Windows color (decimal): -15158836 or 13414680. OLE color: 13414680.
HSL color Cylindrical-coordinate representation of color #18B1CC: hue angle of 189º 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 #18B1CC is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 177 | 204 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.2 |
| HSL | 189º | 0.79% | 0.45% | - |
| HSV(B) | 189º | 0.88% | 0.8% | - |
| XYZ | 27 | 36 | 62.65 | - |
| YUV | 134.33 | 167.31 | 49.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 177 | 204 | 0.88 | 0.13 | 0 | 0.2 | 189 | 0.79 | 0.45 |
| Hex | 18 | B1 | CC | 58 | D | 0 | 14 | BD | 4F | 2D |
| Octal | 30 | 261 | 314 | 130 | 15 | 0 | 24 | 275 | 117 | 55 |
| Binary | 11000 | 10110001 | 11001100 | 1011000 | 1101 | 0 | 10100 | 10111101 | 1001111 | 101101 |
Color Harmonies of #18B1CC
Complementary color
Monochromatic Colors of #18B1CC
Black with #18B1CC
Text Example
Text Example
White with #18B1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B1CC; }
p { color: rgb(24,177,204); }
H1.HeaderClassName
{
color: #18B1CC;
}
.AnyTagClassName
{
color: #18B1CC;
}
</style>
background-color css
<style>
a { background-color: #18B1CC; }
a { background-color: rgb(24,177,204); }
div.DivClassName
{
background-color: #18B1CC;
}
.BgClassName
{
background-color: #18B1CC;
}
</style>
border-color css
<style>
span { border-color: #18B1CC; }
span { border-color: rgb(24,177,204); }
td.TdClassName
{
border-color: #18B1CC;
}
.TagClassName
{
border-color: #18B1CC;
}
</style>