Shades of Iris Blue #14BBCD
Tints of Iris Blue #14BBCD
RGB
CMYK
RGB Variations
Color information
#14BBCD (or 0x14BBCD) is known color: Iris Blue. HEX triplet: 14, BB and CD. RGB value is (20,187,205). Sum of RGB (Red+Green+Blue) = 20+187+205=412 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.85% from 412); Green value is 187 (73.44% from 255 or 45.39% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #14BBCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BBCD is #EB4432. Grayscale: #8A8A8A. Windows color (decimal): -15418419 or 13482772. OLE color: 13482772.
HSL color Cylindrical-coordinate representation of color #14BBCD: hue angle of 185.84º 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 #14BBCD is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 187 | 205 | - |
| CMYK | 0.90 | 0.09 | 0 | 0.20 |
| HSL | 185.84º | 0.82% | 0.44% | - |
| HSV(B) | 185.84º | 0.9% | 0.8% | - |
| XYZ | 29.08 | 40.1 | 63.96 | - |
| YUV | 139.12 | 165.17 | 43.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 187 | 205 | 0.90 | 0.09 | 0 | 0.20 | 185.84 | 0.82 | 0.44 |
| Hex | 14 | BB | CD | 5A | 9 | 0 | 14 | BA | 52 | 2C |
| Octal | 24 | 273 | 315 | 132 | 11 | 0 | 24 | 272 | 122 | 54 |
| Binary | 10100 | 10111011 | 11001101 | 1011010 | 1001 | 0 | 10100 | 10111010 | 1010010 | 101100 |
Color Harmonies of #14BBCD
Complementary color
Monochromatic Colors of #14BBCD
Black with #14BBCD
Text Example
Text Example
White with #14BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BBCD; }
p { color: rgb(20,187,205); }
H1.HeaderClassName
{
color: #14BBCD;
}
.AnyTagClassName
{
color: #14BBCD;
}
</style>
background-color css
<style>
a { background-color: #14BBCD; }
a { background-color: rgb(20,187,205); }
div.DivClassName
{
background-color: #14BBCD;
}
.BgClassName
{
background-color: #14BBCD;
}
</style>
border-color css
<style>
span { border-color: #14BBCD; }
span { border-color: rgb(20,187,205); }
td.TdClassName
{
border-color: #14BBCD;
}
.TagClassName
{
border-color: #14BBCD;
}
</style>