Shades of Iris Blue #18A8C6
Tints of Iris Blue #18A8C6
RGB
CMYK
RGB Variations
Color information
#18A8C6 (or 0x18A8C6) is known color: Iris Blue. HEX triplet: 18, A8 and C6. RGB value is (24,168,198). Sum of RGB (Red+Green+Blue) = 24+168+198=390 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.15% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 198 (77.73% from 255 or 50.77% from 390); Max value from RGB is 198 - color contains mainly: blue. Hex color #18A8C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A8C6 is #E75739. Grayscale: #808080. Windows color (decimal): -15161146 or 13019160. OLE color: 13019160.
HSL color Cylindrical-coordinate representation of color #18A8C6: hue angle of 190.34º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18A8C6 is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 168 | 198 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.22 |
| HSL | 190.34º | 0.78% | 0.44% | - |
| HSV(B) | 190.34º | 0.88% | 0.78% | - |
| XYZ | 24.57 | 32.28 | 58.36 | - |
| YUV | 128.36 | 167.29 | 53.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 168 | 198 | 0.88 | 0.15 | 0 | 0.22 | 190.34 | 0.78 | 0.44 |
| Hex | 18 | A8 | C6 | 58 | F | 0 | 16 | BE | 4E | 2C |
| Octal | 30 | 250 | 306 | 130 | 17 | 0 | 26 | 276 | 116 | 54 |
| Binary | 11000 | 10101000 | 11000110 | 1011000 | 1111 | 0 | 10110 | 10111110 | 1001110 | 101100 |
Color Harmonies of #18A8C6
Complementary color
Monochromatic Colors of #18A8C6
Black with #18A8C6
Text Example
Text Example
White with #18A8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A8C6; }
p { color: rgb(24,168,198); }
H1.HeaderClassName
{
color: #18A8C6;
}
.AnyTagClassName
{
color: #18A8C6;
}
</style>
background-color css
<style>
a { background-color: #18A8C6; }
a { background-color: rgb(24,168,198); }
div.DivClassName
{
background-color: #18A8C6;
}
.BgClassName
{
background-color: #18A8C6;
}
</style>
border-color css
<style>
span { border-color: #18A8C6; }
span { border-color: rgb(24,168,198); }
td.TdClassName
{
border-color: #18A8C6;
}
.TagClassName
{
border-color: #18A8C6;
}
</style>