Shades of Iris Blue #14ADCF
Tints of Iris Blue #14ADCF
RGB
CMYK
RGB Variations
Color information
#14ADCF (or 0x14ADCF) is known color: Iris Blue. HEX triplet: 14, AD and CF. RGB value is (20,173,207). Sum of RGB (Red+Green+Blue) = 20+173+207=400 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #14ADCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ADCF is #EB5230. Grayscale: #828282. Windows color (decimal): -15422001 or 13610260. OLE color: 13610260.
HSL color Cylindrical-coordinate representation of color #14ADCF: hue angle of 190.91º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14ADCF is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 173 | 207 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.19 |
| HSL | 190.91º | 0.82% | 0.45% | - |
| HSV(B) | 190.91º | 0.9% | 0.81% | - |
| XYZ | 26.49 | 34.54 | 64.3 | - |
| YUV | 131.13 | 170.81 | 48.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 173 | 207 | 0.90 | 0.16 | 0 | 0.19 | 190.91 | 0.82 | 0.45 |
| Hex | 14 | AD | CF | 5A | 10 | 0 | 13 | BF | 52 | 2D |
| Octal | 24 | 255 | 317 | 132 | 20 | 0 | 23 | 277 | 122 | 55 |
| Binary | 10100 | 10101101 | 11001111 | 1011010 | 10000 | 0 | 10011 | 10111111 | 1010010 | 101101 |
Color Harmonies of #14ADCF
Complementary color
Monochromatic Colors of #14ADCF
Black with #14ADCF
Text Example
Text Example
White with #14ADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ADCF; }
p { color: rgb(20,173,207); }
H1.HeaderClassName
{
color: #14ADCF;
}
.AnyTagClassName
{
color: #14ADCF;
}
</style>
background-color css
<style>
a { background-color: #14ADCF; }
a { background-color: rgb(20,173,207); }
div.DivClassName
{
background-color: #14ADCF;
}
.BgClassName
{
background-color: #14ADCF;
}
</style>
border-color css
<style>
span { border-color: #14ADCF; }
span { border-color: rgb(20,173,207); }
td.TdClassName
{
border-color: #14ADCF;
}
.TagClassName
{
border-color: #14ADCF;
}
</style>