Shades of Iris Blue #14ADCE
Tints of Iris Blue #14ADCE
RGB
CMYK
RGB Variations
Color information
#14ADCE (or 0x14ADCE) is known color: Iris Blue. HEX triplet: 14, AD and CE. RGB value is (20,173,206). Sum of RGB (Red+Green+Blue) = 20+173+206=399 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.01% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #14ADCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ADCE is #EB5231. Grayscale: #828282. Windows color (decimal): -15422002 or 13544724. OLE color: 13544724.
HSL color Cylindrical-coordinate representation of color #14ADCE: hue angle of 190.65º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14ADCE is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 173 | 206 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.19 |
| HSL | 190.65º | 0.82% | 0.44% | - |
| HSV(B) | 190.65º | 0.9% | 0.81% | - |
| XYZ | 26.37 | 34.49 | 63.66 | - |
| YUV | 131.02 | 170.31 | 48.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 173 | 206 | 0.90 | 0.16 | 0 | 0.19 | 190.65 | 0.82 | 0.44 |
| Hex | 14 | AD | CE | 5A | 10 | 0 | 13 | BF | 52 | 2C |
| Octal | 24 | 255 | 316 | 132 | 20 | 0 | 23 | 277 | 122 | 54 |
| Binary | 10100 | 10101101 | 11001110 | 1011010 | 10000 | 0 | 10011 | 10111111 | 1010010 | 101100 |
Color Harmonies of #14ADCE
Complementary color
Monochromatic Colors of #14ADCE
Black with #14ADCE
Text Example
Text Example
White with #14ADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ADCE; }
p { color: rgb(20,173,206); }
H1.HeaderClassName
{
color: #14ADCE;
}
.AnyTagClassName
{
color: #14ADCE;
}
</style>
background-color css
<style>
a { background-color: #14ADCE; }
a { background-color: rgb(20,173,206); }
div.DivClassName
{
background-color: #14ADCE;
}
.BgClassName
{
background-color: #14ADCE;
}
</style>
border-color css
<style>
span { border-color: #14ADCE; }
span { border-color: rgb(20,173,206); }
td.TdClassName
{
border-color: #14ADCE;
}
.TagClassName
{
border-color: #14ADCE;
}
</style>