Shades of Iris Blue #14ACC4
Tints of Iris Blue #14ACC4
RGB
CMYK
RGB Variations
Color information
#14ACC4 (or 0x14ACC4) is known color: Iris Blue. HEX triplet: 14, AC and C4. RGB value is (20,172,196). Sum of RGB (Red+Green+Blue) = 20+172+196=388 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.15% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 196 (76.95% from 255 or 50.52% from 388); Max value from RGB is 196 - color contains mainly: blue. Hex color #14ACC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ACC4 is #EB533B. Grayscale: #818181. Windows color (decimal): -15422268 or 12889108. OLE color: 12889108.
HSL color Cylindrical-coordinate representation of color #14ACC4: hue angle of 188.18º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14ACC4 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 20 | 172 | 196 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.23 |
| HSL | 188.18º | 0.81% | 0.42% | - |
| HSV(B) | 188.18º | 0.9% | 0.77% | - |
| XYZ | 25 | 33.64 | 57.4 | - |
| YUV | 129.29 | 165.64 | 50.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 172 | 196 | 0.90 | 0.12 | 0 | 0.23 | 188.18 | 0.81 | 0.42 |
| Hex | 14 | AC | C4 | 5A | C | 0 | 17 | BC | 51 | 2A |
| Octal | 24 | 254 | 304 | 132 | 14 | 0 | 27 | 274 | 121 | 52 |
| Binary | 10100 | 10101100 | 11000100 | 1011010 | 1100 | 0 | 10111 | 10111100 | 1010001 | 101010 |
Color Harmonies of #14ACC4
Complementary color
Monochromatic Colors of #14ACC4
Black with #14ACC4
Text Example
Text Example
White with #14ACC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ACC4; }
p { color: rgb(20,172,196); }
H1.HeaderClassName
{
color: #14ACC4;
}
.AnyTagClassName
{
color: #14ACC4;
}
</style>
background-color css
<style>
a { background-color: #14ACC4; }
a { background-color: rgb(20,172,196); }
div.DivClassName
{
background-color: #14ACC4;
}
.BgClassName
{
background-color: #14ACC4;
}
</style>
border-color css
<style>
span { border-color: #14ACC4; }
span { border-color: rgb(20,172,196); }
td.TdClassName
{
border-color: #14ACC4;
}
.TagClassName
{
border-color: #14ACC4;
}
</style>