Shades of Iris Blue #14BDCB
Tints of Iris Blue #14BDCB
RGB
CMYK
RGB Variations
Color information
#14BDCB (or 0x14BDCB) is known color: Iris Blue. HEX triplet: 14, BD and CB. RGB value is (20,189,203). Sum of RGB (Red+Green+Blue) = 20+189+203=412 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.85% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #14BDCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BDCB is #EB4234. Grayscale: #8B8B8B. Windows color (decimal): -15417909 or 13352212. OLE color: 13352212.
HSL color Cylindrical-coordinate representation of color #14BDCB: hue angle of 184.59º 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 #14BDCB is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 189 | 203 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.20 |
| HSL | 184.59º | 0.82% | 0.44% | - |
| HSV(B) | 184.59º | 0.9% | 0.8% | - |
| XYZ | 29.27 | 40.86 | 62.84 | - |
| YUV | 140.07 | 163.51 | 42.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 189 | 203 | 0.90 | 0.07 | 0 | 0.20 | 184.59 | 0.82 | 0.44 |
| Hex | 14 | BD | CB | 5A | 7 | 0 | 14 | B9 | 52 | 2C |
| Octal | 24 | 275 | 313 | 132 | 7 | 0 | 24 | 271 | 122 | 54 |
| Binary | 10100 | 10111101 | 11001011 | 1011010 | 111 | 0 | 10100 | 10111001 | 1010010 | 101100 |
Color Harmonies of #14BDCB
Complementary color
Monochromatic Colors of #14BDCB
Black with #14BDCB
Text Example
Text Example
White with #14BDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BDCB; }
p { color: rgb(20,189,203); }
H1.HeaderClassName
{
color: #14BDCB;
}
.AnyTagClassName
{
color: #14BDCB;
}
</style>
background-color css
<style>
a { background-color: #14BDCB; }
a { background-color: rgb(20,189,203); }
div.DivClassName
{
background-color: #14BDCB;
}
.BgClassName
{
background-color: #14BDCB;
}
</style>
border-color css
<style>
span { border-color: #14BDCB; }
span { border-color: rgb(20,189,203); }
td.TdClassName
{
border-color: #14BDCB;
}
.TagClassName
{
border-color: #14BDCB;
}
</style>