Shades of Iris Blue #14BCCC
Tints of Iris Blue #14BCCC
RGB
CMYK
RGB Variations
Color information
#14BCCC (or 0x14BCCC) is known color: Iris Blue. HEX triplet: 14, BC and CC. RGB value is (20,188,204). Sum of RGB (Red+Green+Blue) = 20+188+204=412 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.85% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #14BCCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BCCC is #EB4333. Grayscale: #8B8B8B. Windows color (decimal): -15418164 or 13417492. OLE color: 13417492.
HSL color Cylindrical-coordinate representation of color #14BCCC: hue angle of 185.22º 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 #14BCCC is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 188 | 204 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.2 |
| HSL | 185.22º | 0.82% | 0.44% | - |
| HSV(B) | 185.22º | 0.9% | 0.8% | - |
| XYZ | 29.17 | 40.47 | 63.4 | - |
| YUV | 139.59 | 164.34 | 42.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 188 | 204 | 0.90 | 0.08 | 0 | 0.2 | 185.22 | 0.82 | 0.44 |
| Hex | 14 | BC | CC | 5A | 8 | 0 | 14 | B9 | 52 | 2C |
| Octal | 24 | 274 | 314 | 132 | 10 | 0 | 24 | 271 | 122 | 54 |
| Binary | 10100 | 10111100 | 11001100 | 1011010 | 1000 | 0 | 10100 | 10111001 | 1010010 | 101100 |
Color Harmonies of #14BCCC
Complementary color
Monochromatic Colors of #14BCCC
Black with #14BCCC
Text Example
Text Example
White with #14BCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BCCC; }
p { color: rgb(20,188,204); }
H1.HeaderClassName
{
color: #14BCCC;
}
.AnyTagClassName
{
color: #14BCCC;
}
</style>
background-color css
<style>
a { background-color: #14BCCC; }
a { background-color: rgb(20,188,204); }
div.DivClassName
{
background-color: #14BCCC;
}
.BgClassName
{
background-color: #14BCCC;
}
</style>
border-color css
<style>
span { border-color: #14BCCC; }
span { border-color: rgb(20,188,204); }
td.TdClassName
{
border-color: #14BCCC;
}
.TagClassName
{
border-color: #14BCCC;
}
</style>