Shades of Iris Blue #14ADE4
Tints of Iris Blue #14ADE4
RGB
CMYK
RGB Variations
Color information
#14ADE4 (or 0x14ADE4) is known color: Iris Blue. HEX triplet: 14, AD and E4. RGB value is (20,173,228). Sum of RGB (Red+Green+Blue) = 20+173+228=421 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.75% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 228 (89.45% from 255 or 54.16% from 421); Max value from RGB is 228 - color contains mainly: blue. Hex color #14ADE4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ADE4 is #EB521B. Grayscale: #858585. Windows color (decimal): -15421980 or 14986516. OLE color: 14986516.
HSL color Cylindrical-coordinate representation of color #14ADE4: hue angle of 195.87º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14ADE4 is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 173 | 228 | - |
| CMYK | 0.91 | 0.24 | 0 | 0.11 |
| HSL | 195.87º | 0.84% | 0.49% | - |
| HSV(B) | 195.87º | 0.91% | 0.89% | - |
| XYZ | 29.24 | 35.64 | 78.74 | - |
| YUV | 133.52 | 181.31 | 47.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 173 | 228 | 0.91 | 0.24 | 0 | 0.11 | 195.87 | 0.84 | 0.49 |
| Hex | 14 | AD | E4 | 5B | 18 | 0 | B | C4 | 54 | 31 |
| Octal | 24 | 255 | 344 | 133 | 30 | 0 | 13 | 304 | 124 | 61 |
| Binary | 10100 | 10101101 | 11100100 | 1011011 | 11000 | 0 | 1011 | 11000100 | 1010100 | 110001 |
Color Harmonies of #14ADE4
Complementary color
Monochromatic Colors of #14ADE4
Black with #14ADE4
Text Example
Text Example
White with #14ADE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ADE4; }
p { color: rgb(20,173,228); }
H1.HeaderClassName
{
color: #14ADE4;
}
.AnyTagClassName
{
color: #14ADE4;
}
</style>
background-color css
<style>
a { background-color: #14ADE4; }
a { background-color: rgb(20,173,228); }
div.DivClassName
{
background-color: #14ADE4;
}
.BgClassName
{
background-color: #14ADE4;
}
</style>
border-color css
<style>
span { border-color: #14ADE4; }
span { border-color: rgb(20,173,228); }
td.TdClassName
{
border-color: #14ADE4;
}
.TagClassName
{
border-color: #14ADE4;
}
</style>