Shades of Iris Blue #18A8CA
Tints of Iris Blue #18A8CA
RGB
CMYK
RGB Variations
Color information
#18A8CA (or 0x18A8CA) is known color: Iris Blue. HEX triplet: 18, A8 and CA. RGB value is (24,168,202). Sum of RGB (Red+Green+Blue) = 24+168+202=394 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.09% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #18A8CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A8CA is #E75735. Grayscale: #808080. Windows color (decimal): -15161142 or 13281304. OLE color: 13281304.
HSL color Cylindrical-coordinate representation of color #18A8CA: hue angle of 191.46º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18A8CA is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 168 | 202 | - |
| CMYK | 0.88 | 0.17 | 0 | 0.21 |
| HSL | 191.46º | 0.79% | 0.44% | - |
| HSV(B) | 191.46º | 0.88% | 0.79% | - |
| XYZ | 25.04 | 32.46 | 60.82 | - |
| YUV | 128.82 | 169.29 | 53.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 168 | 202 | 0.88 | 0.17 | 0 | 0.21 | 191.46 | 0.79 | 0.44 |
| Hex | 18 | A8 | CA | 58 | 11 | 0 | 15 | BF | 4F | 2C |
| Octal | 30 | 250 | 312 | 130 | 21 | 0 | 25 | 277 | 117 | 54 |
| Binary | 11000 | 10101000 | 11001010 | 1011000 | 10001 | 0 | 10101 | 10111111 | 1001111 | 101100 |
Color Harmonies of #18A8CA
Complementary color
Monochromatic Colors of #18A8CA
Black with #18A8CA
Text Example
Text Example
White with #18A8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A8CA; }
p { color: rgb(24,168,202); }
H1.HeaderClassName
{
color: #18A8CA;
}
.AnyTagClassName
{
color: #18A8CA;
}
</style>
background-color css
<style>
a { background-color: #18A8CA; }
a { background-color: rgb(24,168,202); }
div.DivClassName
{
background-color: #18A8CA;
}
.BgClassName
{
background-color: #18A8CA;
}
</style>
border-color css
<style>
span { border-color: #18A8CA; }
span { border-color: rgb(24,168,202); }
td.TdClassName
{
border-color: #18A8CA;
}
.TagClassName
{
border-color: #18A8CA;
}
</style>