Shades of Iris Blue #14BCD5
Tints of Iris Blue #14BCD5
RGB
CMYK
RGB Variations
Color information
#14BCD5 (or 0x14BCD5) is known color: Iris Blue. HEX triplet: 14, BC and D5. RGB value is (20,188,213). Sum of RGB (Red+Green+Blue) = 20+188+213=421 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.75% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 213 (83.59% from 255 or 50.59% from 421); Max value from RGB is 213 - color contains mainly: blue. Hex color #14BCD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BCD5 is #EB432A. Grayscale: #8C8C8C. Windows color (decimal): -15418155 or 14007316. OLE color: 14007316.
HSL color Cylindrical-coordinate representation of color #14BCD5: hue angle of 187.77º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14BCD5 is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 188 | 213 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.16 |
| HSL | 187.77º | 0.83% | 0.46% | - |
| HSV(B) | 187.77º | 0.91% | 0.84% | - |
| XYZ | 30.28 | 40.92 | 69.25 | - |
| YUV | 140.62 | 168.84 | 41.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 188 | 213 | 0.91 | 0.12 | 0 | 0.16 | 187.77 | 0.83 | 0.46 |
| Hex | 14 | BC | D5 | 5B | C | 0 | 10 | BC | 53 | 2E |
| Octal | 24 | 274 | 325 | 133 | 14 | 0 | 20 | 274 | 123 | 56 |
| Binary | 10100 | 10111100 | 11010101 | 1011011 | 1100 | 0 | 10000 | 10111100 | 1010011 | 101110 |
Color Harmonies of #14BCD5
Complementary color
Monochromatic Colors of #14BCD5
Black with #14BCD5
Text Example
Text Example
White with #14BCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BCD5; }
p { color: rgb(20,188,213); }
H1.HeaderClassName
{
color: #14BCD5;
}
.AnyTagClassName
{
color: #14BCD5;
}
</style>
background-color css
<style>
a { background-color: #14BCD5; }
a { background-color: rgb(20,188,213); }
div.DivClassName
{
background-color: #14BCD5;
}
.BgClassName
{
background-color: #14BCD5;
}
</style>
border-color css
<style>
span { border-color: #14BCD5; }
span { border-color: rgb(20,188,213); }
td.TdClassName
{
border-color: #14BCD5;
}
.TagClassName
{
border-color: #14BCD5;
}
</style>