Shades of Iris Blue #14BEDB
Tints of Iris Blue #14BEDB
RGB
CMYK
RGB Variations
Color information
#14BEDB (or 0x14BEDB) is known color: Iris Blue. HEX triplet: 14, BE and DB. RGB value is (20,190,219). Sum of RGB (Red+Green+Blue) = 20+190+219=429 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.66% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #14BEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BEDB is #EB4124. Grayscale: #8E8E8E. Windows color (decimal): -15417637 or 14401044. OLE color: 14401044.
HSL color Cylindrical-coordinate representation of color #14BEDB: hue angle of 188.74º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14BEDB is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 190 | 219 | - |
| CMYK | 0.91 | 0.13 | 0 | 0.14 |
| HSL | 188.74º | 0.83% | 0.47% | - |
| HSV(B) | 188.74º | 0.91% | 0.86% | - |
| XYZ | 31.49 | 42.09 | 73.48 | - |
| YUV | 142.48 | 171.18 | 40.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 190 | 219 | 0.91 | 0.13 | 0 | 0.14 | 188.74 | 0.83 | 0.47 |
| Hex | 14 | BE | DB | 5B | D | 0 | E | BD | 53 | 2F |
| Octal | 24 | 276 | 333 | 133 | 15 | 0 | 16 | 275 | 123 | 57 |
| Binary | 10100 | 10111110 | 11011011 | 1011011 | 1101 | 0 | 1110 | 10111101 | 1010011 | 101111 |
Color Harmonies of #14BEDB
Complementary color
Monochromatic Colors of #14BEDB
Black with #14BEDB
Text Example
Text Example
White with #14BEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BEDB; }
p { color: rgb(20,190,219); }
H1.HeaderClassName
{
color: #14BEDB;
}
.AnyTagClassName
{
color: #14BEDB;
}
</style>
background-color css
<style>
a { background-color: #14BEDB; }
a { background-color: rgb(20,190,219); }
div.DivClassName
{
background-color: #14BEDB;
}
.BgClassName
{
background-color: #14BEDB;
}
</style>
border-color css
<style>
span { border-color: #14BEDB; }
span { border-color: rgb(20,190,219); }
td.TdClassName
{
border-color: #14BEDB;
}
.TagClassName
{
border-color: #14BEDB;
}
</style>