Shades of Iris Blue #14BFCB
Tints of Iris Blue #14BFCB
RGB
CMYK
RGB Variations
Color information
#14BFCB (or 0x14BFCB) is known color: Iris Blue. HEX triplet: 14, BF and CB. RGB value is (20,191,203). Sum of RGB (Red+Green+Blue) = 20+191+203=414 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.83% from 414); Green value is 191 (75% from 255 or 46.14% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #14BFCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BFCB is #EB4034. Grayscale: #8D8D8D. Windows color (decimal): -15417397 or 13352724. OLE color: 13352724.
HSL color Cylindrical-coordinate representation of color #14BFCB: hue angle of 183.93º 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 #14BFCB is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 191 | 203 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.20 |
| HSL | 183.93º | 0.82% | 0.44% | - |
| HSV(B) | 183.93º | 0.9% | 0.8% | - |
| XYZ | 29.7 | 41.72 | 62.99 | - |
| YUV | 141.24 | 162.85 | 41.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 191 | 203 | 0.90 | 0.06 | 0 | 0.20 | 183.93 | 0.82 | 0.44 |
| Hex | 14 | BF | CB | 5A | 6 | 0 | 14 | B8 | 52 | 2C |
| Octal | 24 | 277 | 313 | 132 | 6 | 0 | 24 | 270 | 122 | 54 |
| Binary | 10100 | 10111111 | 11001011 | 1011010 | 110 | 0 | 10100 | 10111000 | 1010010 | 101100 |
Color Harmonies of #14BFCB
Complementary color
Monochromatic Colors of #14BFCB
Black with #14BFCB
Text Example
Text Example
White with #14BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BFCB; }
p { color: rgb(20,191,203); }
H1.HeaderClassName
{
color: #14BFCB;
}
.AnyTagClassName
{
color: #14BFCB;
}
</style>
background-color css
<style>
a { background-color: #14BFCB; }
a { background-color: rgb(20,191,203); }
div.DivClassName
{
background-color: #14BFCB;
}
.BgClassName
{
background-color: #14BFCB;
}
</style>
border-color css
<style>
span { border-color: #14BFCB; }
span { border-color: rgb(20,191,203); }
td.TdClassName
{
border-color: #14BFCB;
}
.TagClassName
{
border-color: #14BFCB;
}
</style>