Shades of Iris Blue #14BCDA
Tints of Iris Blue #14BCDA
RGB
CMYK
RGB Variations
Color information
#14BCDA (or 0x14BCDA) is known color: Iris Blue. HEX triplet: 14, BC and DA. RGB value is (20,188,218). Sum of RGB (Red+Green+Blue) = 20+188+218=426 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.69% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #14BCDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BCDA is #EB4325. Grayscale: #8C8C8C. Windows color (decimal): -15418150 or 14334996. OLE color: 14334996.
HSL color Cylindrical-coordinate representation of color #14BCDA: hue angle of 189.09º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14BCDA is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 188 | 218 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.15 |
| HSL | 189.09º | 0.83% | 0.47% | - |
| HSV(B) | 189.09º | 0.91% | 0.85% | - |
| XYZ | 30.93 | 41.18 | 72.65 | - |
| YUV | 141.19 | 171.34 | 41.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 188 | 218 | 0.91 | 0.14 | 0 | 0.15 | 189.09 | 0.83 | 0.47 |
| Hex | 14 | BC | DA | 5B | E | 0 | F | BD | 53 | 2F |
| Octal | 24 | 274 | 332 | 133 | 16 | 0 | 17 | 275 | 123 | 57 |
| Binary | 10100 | 10111100 | 11011010 | 1011011 | 1110 | 0 | 1111 | 10111101 | 1010011 | 101111 |
Color Harmonies of #14BCDA
Complementary color
Monochromatic Colors of #14BCDA
Black with #14BCDA
Text Example
Text Example
White with #14BCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BCDA; }
p { color: rgb(20,188,218); }
H1.HeaderClassName
{
color: #14BCDA;
}
.AnyTagClassName
{
color: #14BCDA;
}
</style>
background-color css
<style>
a { background-color: #14BCDA; }
a { background-color: rgb(20,188,218); }
div.DivClassName
{
background-color: #14BCDA;
}
.BgClassName
{
background-color: #14BCDA;
}
</style>
border-color css
<style>
span { border-color: #14BCDA; }
span { border-color: rgb(20,188,218); }
td.TdClassName
{
border-color: #14BCDA;
}
.TagClassName
{
border-color: #14BCDA;
}
</style>