Shades of Iris Blue #19BEDE
Tints of Iris Blue #19BEDE
RGB
CMYK
RGB Variations
Color information
#19BEDE (or 0x19BEDE) is known color: Iris Blue. HEX triplet: 19, BE and DE. RGB value is (25,190,222). Sum of RGB (Red+Green+Blue) = 25+190+222=437 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.72% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #19BEDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BEDE is #E64121. Grayscale: #909090. Windows color (decimal): -15089954 or 14597657. OLE color: 14597657.
HSL color Cylindrical-coordinate representation of color #19BEDE: hue angle of 189.75º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19BEDE is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 190 | 222 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.13 |
| HSL | 189.75º | 0.8% | 0.48% | - |
| HSV(B) | 189.75º | 0.89% | 0.87% | - |
| XYZ | 32 | 42.31 | 75.59 | - |
| YUV | 144.31 | 171.84 | 42.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 190 | 222 | 0.89 | 0.14 | 0 | 0.13 | 189.75 | 0.8 | 0.48 |
| Hex | 19 | BE | DE | 59 | E | 0 | D | BE | 50 | 30 |
| Octal | 31 | 276 | 336 | 131 | 16 | 0 | 15 | 276 | 120 | 60 |
| Binary | 11001 | 10111110 | 11011110 | 1011001 | 1110 | 0 | 1101 | 10111110 | 1010000 | 110000 |
Color Harmonies of #19BEDE
Complementary color
Monochromatic Colors of #19BEDE
Black with #19BEDE
Text Example
Text Example
White with #19BEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BEDE; }
p { color: rgb(25,190,222); }
H1.HeaderClassName
{
color: #19BEDE;
}
.AnyTagClassName
{
color: #19BEDE;
}
</style>
background-color css
<style>
a { background-color: #19BEDE; }
a { background-color: rgb(25,190,222); }
div.DivClassName
{
background-color: #19BEDE;
}
.BgClassName
{
background-color: #19BEDE;
}
</style>
border-color css
<style>
span { border-color: #19BEDE; }
span { border-color: rgb(25,190,222); }
td.TdClassName
{
border-color: #19BEDE;
}
.TagClassName
{
border-color: #19BEDE;
}
</style>