Shades of Iris Blue #14B5CA
Tints of Iris Blue #14B5CA
RGB
CMYK
RGB Variations
Color information
#14B5CA (or 0x14B5CA) is known color: Iris Blue. HEX triplet: 14, B5 and CA. RGB value is (20,181,202). Sum of RGB (Red+Green+Blue) = 20+181+202=403 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.96% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #14B5CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14B5CA is #EB4A35. Grayscale: #878787. Windows color (decimal): -15419958 or 13284628. OLE color: 13284628.
HSL color Cylindrical-coordinate representation of color #14B5CA: hue angle of 186.92º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14B5CA is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 181 | 202 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.21 |
| HSL | 186.92º | 0.82% | 0.44% | - |
| HSV(B) | 186.92º | 0.9% | 0.79% | - |
| XYZ | 27.47 | 37.46 | 61.66 | - |
| YUV | 135.26 | 165.66 | 45.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 181 | 202 | 0.90 | 0.10 | 0 | 0.21 | 186.92 | 0.82 | 0.44 |
| Hex | 14 | B5 | CA | 5A | A | 0 | 15 | BB | 52 | 2C |
| Octal | 24 | 265 | 312 | 132 | 12 | 0 | 25 | 273 | 122 | 54 |
| Binary | 10100 | 10110101 | 11001010 | 1011010 | 1010 | 0 | 10101 | 10111011 | 1010010 | 101100 |
Color Harmonies of #14B5CA
Complementary color
Monochromatic Colors of #14B5CA
Black with #14B5CA
Text Example
Text Example
White with #14B5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B5CA; }
p { color: rgb(20,181,202); }
H1.HeaderClassName
{
color: #14B5CA;
}
.AnyTagClassName
{
color: #14B5CA;
}
</style>
background-color css
<style>
a { background-color: #14B5CA; }
a { background-color: rgb(20,181,202); }
div.DivClassName
{
background-color: #14B5CA;
}
.BgClassName
{
background-color: #14B5CA;
}
</style>
border-color css
<style>
span { border-color: #14B5CA; }
span { border-color: rgb(20,181,202); }
td.TdClassName
{
border-color: #14B5CA;
}
.TagClassName
{
border-color: #14B5CA;
}
</style>