Shades of Iris Blue #14BCCE
Tints of Iris Blue #14BCCE
RGB
CMYK
RGB Variations
Color information
#14BCCE (or 0x14BCCE) is known color: Iris Blue. HEX triplet: 14, BC and CE. RGB value is (20,188,206). Sum of RGB (Red+Green+Blue) = 20+188+206=414 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.83% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #14BCCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BCCE is #EB4331. Grayscale: #8B8B8B. Windows color (decimal): -15418162 or 13548564. OLE color: 13548564.
HSL color Cylindrical-coordinate representation of color #14BCCE: hue angle of 185.81º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14BCCE is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 188 | 206 | - |
| CMYK | 0.90 | 0.09 | 0 | 0.19 |
| HSL | 185.81º | 0.82% | 0.44% | - |
| HSV(B) | 185.81º | 0.9% | 0.81% | - |
| XYZ | 29.41 | 40.57 | 64.67 | - |
| YUV | 139.82 | 165.34 | 42.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 188 | 206 | 0.90 | 0.09 | 0 | 0.19 | 185.81 | 0.82 | 0.44 |
| Hex | 14 | BC | CE | 5A | 9 | 0 | 13 | BA | 52 | 2C |
| Octal | 24 | 274 | 316 | 132 | 11 | 0 | 23 | 272 | 122 | 54 |
| Binary | 10100 | 10111100 | 11001110 | 1011010 | 1001 | 0 | 10011 | 10111010 | 1010010 | 101100 |
Color Harmonies of #14BCCE
Complementary color
Monochromatic Colors of #14BCCE
Black with #14BCCE
Text Example
Text Example
White with #14BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BCCE; }
p { color: rgb(20,188,206); }
H1.HeaderClassName
{
color: #14BCCE;
}
.AnyTagClassName
{
color: #14BCCE;
}
</style>
background-color css
<style>
a { background-color: #14BCCE; }
a { background-color: rgb(20,188,206); }
div.DivClassName
{
background-color: #14BCCE;
}
.BgClassName
{
background-color: #14BCCE;
}
</style>
border-color css
<style>
span { border-color: #14BCCE; }
span { border-color: rgb(20,188,206); }
td.TdClassName
{
border-color: #14BCCE;
}
.TagClassName
{
border-color: #14BCCE;
}
</style>