Shades of Iris Blue #14A9CB
Tints of Iris Blue #14A9CB
RGB
CMYK
RGB Variations
Color information
#14A9CB (or 0x14A9CB) is known color: Iris Blue. HEX triplet: 14, A9 and CB. RGB value is (20,169,203). Sum of RGB (Red+Green+Blue) = 20+169+203=392 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.10% from 392); Green value is 169 (66.41% from 255 or 43.11% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #14A9CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A9CB is #EB5634. Grayscale: #808080. Windows color (decimal): -15423029 or 13347092. OLE color: 13347092.
HSL color Cylindrical-coordinate representation of color #14A9CB: hue angle of 191.15º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14A9CB is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 169 | 203 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.20 |
| HSL | 191.15º | 0.82% | 0.44% | - |
| HSV(B) | 191.15º | 0.9% | 0.8% | - |
| XYZ | 25.26 | 32.84 | 61.51 | - |
| YUV | 128.33 | 170.14 | 50.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 169 | 203 | 0.90 | 0.17 | 0 | 0.20 | 191.15 | 0.82 | 0.44 |
| Hex | 14 | A9 | CB | 5A | 11 | 0 | 14 | BF | 52 | 2C |
| Octal | 24 | 251 | 313 | 132 | 21 | 0 | 24 | 277 | 122 | 54 |
| Binary | 10100 | 10101001 | 11001011 | 1011010 | 10001 | 0 | 10100 | 10111111 | 1010010 | 101100 |
Color Harmonies of #14A9CB
Complementary color
Monochromatic Colors of #14A9CB
Black with #14A9CB
Text Example
Text Example
White with #14A9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A9CB; }
p { color: rgb(20,169,203); }
H1.HeaderClassName
{
color: #14A9CB;
}
.AnyTagClassName
{
color: #14A9CB;
}
</style>
background-color css
<style>
a { background-color: #14A9CB; }
a { background-color: rgb(20,169,203); }
div.DivClassName
{
background-color: #14A9CB;
}
.BgClassName
{
background-color: #14A9CB;
}
</style>
border-color css
<style>
span { border-color: #14A9CB; }
span { border-color: rgb(20,169,203); }
td.TdClassName
{
border-color: #14A9CB;
}
.TagClassName
{
border-color: #14A9CB;
}
</style>