Shades of Iris Blue #18A8CE
Tints of Iris Blue #18A8CE
RGB
CMYK
RGB Variations
Color information
#18A8CE (or 0x18A8CE) is known color: Iris Blue. HEX triplet: 18, A8 and CE. RGB value is (24,168,206). Sum of RGB (Red+Green+Blue) = 24+168+206=398 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.03% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #18A8CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A8CE is #E75731. Grayscale: #808080. Windows color (decimal): -15161138 or 13543448. OLE color: 13543448.
HSL color Cylindrical-coordinate representation of color #18A8CE: hue angle of 192.53º 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 #18A8CE is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 168 | 206 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.19 |
| HSL | 192.53º | 0.79% | 0.45% | - |
| HSV(B) | 192.53º | 0.88% | 0.81% | - |
| XYZ | 25.52 | 32.66 | 63.35 | - |
| YUV | 129.28 | 171.29 | 52.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 168 | 206 | 0.88 | 0.18 | 0 | 0.19 | 192.53 | 0.79 | 0.45 |
| Hex | 18 | A8 | CE | 58 | 12 | 0 | 13 | C1 | 4F | 2D |
| Octal | 30 | 250 | 316 | 130 | 22 | 0 | 23 | 301 | 117 | 55 |
| Binary | 11000 | 10101000 | 11001110 | 1011000 | 10010 | 0 | 10011 | 11000001 | 1001111 | 101101 |
Color Harmonies of #18A8CE
Complementary color
Monochromatic Colors of #18A8CE
Black with #18A8CE
Text Example
Text Example
White with #18A8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A8CE; }
p { color: rgb(24,168,206); }
H1.HeaderClassName
{
color: #18A8CE;
}
.AnyTagClassName
{
color: #18A8CE;
}
</style>
background-color css
<style>
a { background-color: #18A8CE; }
a { background-color: rgb(24,168,206); }
div.DivClassName
{
background-color: #18A8CE;
}
.BgClassName
{
background-color: #18A8CE;
}
</style>
border-color css
<style>
span { border-color: #18A8CE; }
span { border-color: rgb(24,168,206); }
td.TdClassName
{
border-color: #18A8CE;
}
.TagClassName
{
border-color: #18A8CE;
}
</style>