Shades of Iris Blue #14BDCA
Tints of Iris Blue #14BDCA
RGB
CMYK
RGB Variations
Color information
#14BDCA (or 0x14BDCA) is known color: Iris Blue. HEX triplet: 14, BD and CA. RGB value is (20,189,202). Sum of RGB (Red+Green+Blue) = 20+189+202=411 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.87% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #14BDCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BDCA is #EB4235. Grayscale: #8B8B8B. Windows color (decimal): -15417910 or 13286676. OLE color: 13286676.
HSL color Cylindrical-coordinate representation of color #14BDCA: hue angle of 184.29º 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 #14BDCA is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 189 | 202 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.21 |
| HSL | 184.29º | 0.82% | 0.44% | - |
| HSV(B) | 184.29º | 0.9% | 0.79% | - |
| XYZ | 29.15 | 40.81 | 62.22 | - |
| YUV | 139.95 | 163.01 | 42.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 189 | 202 | 0.90 | 0.06 | 0 | 0.21 | 184.29 | 0.82 | 0.44 |
| Hex | 14 | BD | CA | 5A | 6 | 0 | 15 | B8 | 52 | 2C |
| Octal | 24 | 275 | 312 | 132 | 6 | 0 | 25 | 270 | 122 | 54 |
| Binary | 10100 | 10111101 | 11001010 | 1011010 | 110 | 0 | 10101 | 10111000 | 1010010 | 101100 |
Color Harmonies of #14BDCA
Complementary color
Monochromatic Colors of #14BDCA
Black with #14BDCA
Text Example
Text Example
White with #14BDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BDCA; }
p { color: rgb(20,189,202); }
H1.HeaderClassName
{
color: #14BDCA;
}
.AnyTagClassName
{
color: #14BDCA;
}
</style>
background-color css
<style>
a { background-color: #14BDCA; }
a { background-color: rgb(20,189,202); }
div.DivClassName
{
background-color: #14BDCA;
}
.BgClassName
{
background-color: #14BDCA;
}
</style>
border-color css
<style>
span { border-color: #14BDCA; }
span { border-color: rgb(20,189,202); }
td.TdClassName
{
border-color: #14BDCA;
}
.TagClassName
{
border-color: #14BDCA;
}
</style>