Shades of Iris Blue #14BDD6
Tints of Iris Blue #14BDD6
RGB
CMYK
RGB Variations
Color information
#14BDD6 (or 0x14BDD6) is known color: Iris Blue. HEX triplet: 14, BD and D6. RGB value is (20,189,214). Sum of RGB (Red+Green+Blue) = 20+189+214=423 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.73% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 214 (83.98% from 255 or 50.59% from 423); Max value from RGB is 214 - color contains mainly: blue. Hex color #14BDD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BDD6 is #EB4229. Grayscale: #8D8D8D. Windows color (decimal): -15417898 or 14073108. OLE color: 14073108.
HSL color Cylindrical-coordinate representation of color #14BDD6: hue angle of 187.73º 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 #14BDD6 is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 189 | 214 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.16 |
| HSL | 187.73º | 0.83% | 0.46% | - |
| HSV(B) | 187.73º | 0.91% | 0.84% | - |
| XYZ | 30.62 | 41.4 | 70 | - |
| YUV | 141.32 | 169.01 | 41.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 189 | 214 | 0.91 | 0.12 | 0 | 0.16 | 187.73 | 0.83 | 0.46 |
| Hex | 14 | BD | D6 | 5B | C | 0 | 10 | BC | 53 | 2E |
| Octal | 24 | 275 | 326 | 133 | 14 | 0 | 20 | 274 | 123 | 56 |
| Binary | 10100 | 10111101 | 11010110 | 1011011 | 1100 | 0 | 10000 | 10111100 | 1010011 | 101110 |
Color Harmonies of #14BDD6
Complementary color
Monochromatic Colors of #14BDD6
Black with #14BDD6
Text Example
Text Example
White with #14BDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BDD6; }
p { color: rgb(20,189,214); }
H1.HeaderClassName
{
color: #14BDD6;
}
.AnyTagClassName
{
color: #14BDD6;
}
</style>
background-color css
<style>
a { background-color: #14BDD6; }
a { background-color: rgb(20,189,214); }
div.DivClassName
{
background-color: #14BDD6;
}
.BgClassName
{
background-color: #14BDD6;
}
</style>
border-color css
<style>
span { border-color: #14BDD6; }
span { border-color: rgb(20,189,214); }
td.TdClassName
{
border-color: #14BDD6;
}
.TagClassName
{
border-color: #14BDD6;
}
</style>