Shades of Iris Blue #14BFD5
Tints of Iris Blue #14BFD5
RGB
CMYK
RGB Variations
Color information
#14BFD5 (or 0x14BFD5) is known color: Iris Blue. HEX triplet: 14, BF and D5. RGB value is (20,191,213). Sum of RGB (Red+Green+Blue) = 20+191+213=424 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.72% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 213 (83.59% from 255 or 50.24% from 424); Max value from RGB is 213 - color contains mainly: blue. Hex color #14BFD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BFD5 is #EB402A. Grayscale: #8E8E8E. Windows color (decimal): -15417387 or 14008084. OLE color: 14008084.
HSL color Cylindrical-coordinate representation of color #14BFD5: hue angle of 186.84º 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 #14BFD5 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 191 | 213 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.16 |
| HSL | 186.84º | 0.83% | 0.46% | - |
| HSV(B) | 186.84º | 0.91% | 0.84% | - |
| XYZ | 30.93 | 42.21 | 69.47 | - |
| YUV | 142.38 | 167.85 | 40.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 191 | 213 | 0.91 | 0.10 | 0 | 0.16 | 186.84 | 0.83 | 0.46 |
| Hex | 14 | BF | D5 | 5B | A | 0 | 10 | BB | 53 | 2E |
| Octal | 24 | 277 | 325 | 133 | 12 | 0 | 20 | 273 | 123 | 56 |
| Binary | 10100 | 10111111 | 11010101 | 1011011 | 1010 | 0 | 10000 | 10111011 | 1010011 | 101110 |
Color Harmonies of #14BFD5
Complementary color
Monochromatic Colors of #14BFD5
Black with #14BFD5
Text Example
Text Example
White with #14BFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BFD5; }
p { color: rgb(20,191,213); }
H1.HeaderClassName
{
color: #14BFD5;
}
.AnyTagClassName
{
color: #14BFD5;
}
</style>
background-color css
<style>
a { background-color: #14BFD5; }
a { background-color: rgb(20,191,213); }
div.DivClassName
{
background-color: #14BFD5;
}
.BgClassName
{
background-color: #14BFD5;
}
</style>
border-color css
<style>
span { border-color: #14BFD5; }
span { border-color: rgb(20,191,213); }
td.TdClassName
{
border-color: #14BFD5;
}
.TagClassName
{
border-color: #14BFD5;
}
</style>