Shades of Iris Blue #14ACDC
Tints of Iris Blue #14ACDC
RGB
CMYK
RGB Variations
Color information
#14ACDC (or 0x14ACDC) is known color: Iris Blue. HEX triplet: 14, AC and DC. RGB value is (20,172,220). Sum of RGB (Red+Green+Blue) = 20+172+220=412 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.85% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #14ACDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ACDC is #EB5323. Grayscale: #838383. Windows color (decimal): -15422244 or 14461972. OLE color: 14461972.
HSL color Cylindrical-coordinate representation of color #14ACDC: hue angle of 194.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14ACDC is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 172 | 220 | - |
| CMYK | 0.91 | 0.22 | 0 | 0.14 |
| HSL | 194.4º | 0.83% | 0.47% | - |
| HSV(B) | 194.4º | 0.91% | 0.86% | - |
| XYZ | 27.96 | 34.82 | 72.96 | - |
| YUV | 132.02 | 177.64 | 48.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 172 | 220 | 0.91 | 0.22 | 0 | 0.14 | 194.4 | 0.83 | 0.47 |
| Hex | 14 | AC | DC | 5B | 16 | 0 | E | C2 | 53 | 2F |
| Octal | 24 | 254 | 334 | 133 | 26 | 0 | 16 | 302 | 123 | 57 |
| Binary | 10100 | 10101100 | 11011100 | 1011011 | 10110 | 0 | 1110 | 11000010 | 1010011 | 101111 |
Color Harmonies of #14ACDC
Complementary color
Monochromatic Colors of #14ACDC
Black with #14ACDC
Text Example
Text Example
White with #14ACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ACDC; }
p { color: rgb(20,172,220); }
H1.HeaderClassName
{
color: #14ACDC;
}
.AnyTagClassName
{
color: #14ACDC;
}
</style>
background-color css
<style>
a { background-color: #14ACDC; }
a { background-color: rgb(20,172,220); }
div.DivClassName
{
background-color: #14ACDC;
}
.BgClassName
{
background-color: #14ACDC;
}
</style>
border-color css
<style>
span { border-color: #14ACDC; }
span { border-color: rgb(20,172,220); }
td.TdClassName
{
border-color: #14ACDC;
}
.TagClassName
{
border-color: #14ACDC;
}
</style>