Shades of Iris Blue #14BEE0
Tints of Iris Blue #14BEE0
RGB
CMYK
RGB Variations
Color information
#14BEE0 (or 0x14BEE0) is known color: Iris Blue. HEX triplet: 14, BE and E0. RGB value is (20,190,224). Sum of RGB (Red+Green+Blue) = 20+190+224=434 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.61% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 224 (87.89% from 255 or 51.61% from 434); Max value from RGB is 224 - color contains mainly: blue. Hex color #14BEE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BEE0 is #EB411F. Grayscale: #8E8E8E. Windows color (decimal): -15417632 or 14728724. OLE color: 14728724.
HSL color Cylindrical-coordinate representation of color #14BEE0: hue angle of 190º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14BEE0 is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 190 | 224 | - |
| CMYK | 0.91 | 0.15 | 0 | 0.12 |
| HSL | 190º | 0.84% | 0.48% | - |
| HSV(B) | 190º | 0.91% | 0.88% | - |
| XYZ | 32.16 | 42.36 | 77 | - |
| YUV | 143.05 | 173.68 | 40.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 190 | 224 | 0.91 | 0.15 | 0 | 0.12 | 190 | 0.84 | 0.48 |
| Hex | 14 | BE | E0 | 5B | F | 0 | C | BE | 54 | 30 |
| Octal | 24 | 276 | 340 | 133 | 17 | 0 | 14 | 276 | 124 | 60 |
| Binary | 10100 | 10111110 | 11100000 | 1011011 | 1111 | 0 | 1100 | 10111110 | 1010100 | 110000 |
Color Harmonies of #14BEE0
Complementary color
Monochromatic Colors of #14BEE0
Black with #14BEE0
Text Example
Text Example
White with #14BEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BEE0; }
p { color: rgb(20,190,224); }
H1.HeaderClassName
{
color: #14BEE0;
}
.AnyTagClassName
{
color: #14BEE0;
}
</style>
background-color css
<style>
a { background-color: #14BEE0; }
a { background-color: rgb(20,190,224); }
div.DivClassName
{
background-color: #14BEE0;
}
.BgClassName
{
background-color: #14BEE0;
}
</style>
border-color css
<style>
span { border-color: #14BEE0; }
span { border-color: rgb(20,190,224); }
td.TdClassName
{
border-color: #14BEE0;
}
.TagClassName
{
border-color: #14BEE0;
}
</style>