Shades of Iris Blue #14BBCB
Tints of Iris Blue #14BBCB
RGB
CMYK
RGB Variations
Color information
#14BBCB (or 0x14BBCB) is known color: Iris Blue. HEX triplet: 14, BB and CB. RGB value is (20,187,203). Sum of RGB (Red+Green+Blue) = 20+187+203=410 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.88% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #14BBCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BBCB is #EB4434. Grayscale: #8A8A8A. Windows color (decimal): -15418421 or 13351700. OLE color: 13351700.
HSL color Cylindrical-coordinate representation of color #14BBCB: hue angle of 185.25º 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 #14BBCB is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 187 | 203 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.20 |
| HSL | 185.25º | 0.82% | 0.44% | - |
| HSV(B) | 185.25º | 0.9% | 0.8% | - |
| XYZ | 28.84 | 40 | 62.7 | - |
| YUV | 138.89 | 164.17 | 43.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 187 | 203 | 0.90 | 0.08 | 0 | 0.20 | 185.25 | 0.82 | 0.44 |
| Hex | 14 | BB | CB | 5A | 8 | 0 | 14 | B9 | 52 | 2C |
| Octal | 24 | 273 | 313 | 132 | 10 | 0 | 24 | 271 | 122 | 54 |
| Binary | 10100 | 10111011 | 11001011 | 1011010 | 1000 | 0 | 10100 | 10111001 | 1010010 | 101100 |
Color Harmonies of #14BBCB
Complementary color
Monochromatic Colors of #14BBCB
Black with #14BBCB
Text Example
Text Example
White with #14BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BBCB; }
p { color: rgb(20,187,203); }
H1.HeaderClassName
{
color: #14BBCB;
}
.AnyTagClassName
{
color: #14BBCB;
}
</style>
background-color css
<style>
a { background-color: #14BBCB; }
a { background-color: rgb(20,187,203); }
div.DivClassName
{
background-color: #14BBCB;
}
.BgClassName
{
background-color: #14BBCB;
}
</style>
border-color css
<style>
span { border-color: #14BBCB; }
span { border-color: rgb(20,187,203); }
td.TdClassName
{
border-color: #14BBCB;
}
.TagClassName
{
border-color: #14BBCB;
}
</style>