Shades of Iris Blue #14AFC0
Tints of Iris Blue #14AFC0
RGB
CMYK
RGB Variations
Color information
#14AFC0 (or 0x14AFC0) is known color: Iris Blue. HEX triplet: 14, AF and C0. RGB value is (20,175,192). Sum of RGB (Red+Green+Blue) = 20+175+192=387 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.17% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #14AFC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14AFC0 is #EB503F. Grayscale: #828282. Windows color (decimal): -15421504 or 12627732. OLE color: 12627732.
HSL color Cylindrical-coordinate representation of color #14AFC0: hue angle of 185.93º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14AFC0 is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 175 | 192 | - |
| CMYK | 0.90 | 0.09 | 0 | 0.25 |
| HSL | 185.93º | 0.81% | 0.42% | - |
| HSV(B) | 185.93º | 0.9% | 0.75% | - |
| XYZ | 25.13 | 34.61 | 55.23 | - |
| YUV | 130.59 | 162.65 | 49.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 175 | 192 | 0.90 | 0.09 | 0 | 0.25 | 185.93 | 0.81 | 0.42 |
| Hex | 14 | AF | C0 | 5A | 9 | 0 | 19 | BA | 51 | 2A |
| Octal | 24 | 257 | 300 | 132 | 11 | 0 | 31 | 272 | 121 | 52 |
| Binary | 10100 | 10101111 | 11000000 | 1011010 | 1001 | 0 | 11001 | 10111010 | 1010001 | 101010 |
Color Harmonies of #14AFC0
Complementary color
Monochromatic Colors of #14AFC0
Black with #14AFC0
Text Example
Text Example
White with #14AFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AFC0; }
p { color: rgb(20,175,192); }
H1.HeaderClassName
{
color: #14AFC0;
}
.AnyTagClassName
{
color: #14AFC0;
}
</style>
background-color css
<style>
a { background-color: #14AFC0; }
a { background-color: rgb(20,175,192); }
div.DivClassName
{
background-color: #14AFC0;
}
.BgClassName
{
background-color: #14AFC0;
}
</style>
border-color css
<style>
span { border-color: #14AFC0; }
span { border-color: rgb(20,175,192); }
td.TdClassName
{
border-color: #14AFC0;
}
.TagClassName
{
border-color: #14AFC0;
}
</style>