Shades of Iris Blue #19BFDE
Tints of Iris Blue #19BFDE
RGB
CMYK
RGB Variations
Color information
#19BFDE (or 0x19BFDE) is known color: Iris Blue. HEX triplet: 19, BF and DE. RGB value is (25,191,222). Sum of RGB (Red+Green+Blue) = 25+191+222=438 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.71% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #19BFDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BFDE is #E64021. Grayscale: #909090. Windows color (decimal): -15089698 or 14597913. OLE color: 14597913.
HSL color Cylindrical-coordinate representation of color #19BFDE: hue angle of 189.44º 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 #19BFDE is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 191 | 222 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.13 |
| HSL | 189.44º | 0.8% | 0.48% | - |
| HSV(B) | 189.44º | 0.89% | 0.87% | - |
| XYZ | 32.22 | 42.74 | 75.66 | - |
| YUV | 144.9 | 171.5 | 42.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 191 | 222 | 0.89 | 0.14 | 0 | 0.13 | 189.44 | 0.8 | 0.48 |
| Hex | 19 | BF | DE | 59 | E | 0 | D | BD | 50 | 30 |
| Octal | 31 | 277 | 336 | 131 | 16 | 0 | 15 | 275 | 120 | 60 |
| Binary | 11001 | 10111111 | 11011110 | 1011001 | 1110 | 0 | 1101 | 10111101 | 1010000 | 110000 |
Color Harmonies of #19BFDE
Complementary color
Monochromatic Colors of #19BFDE
Black with #19BFDE
Text Example
Text Example
White with #19BFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BFDE; }
p { color: rgb(25,191,222); }
H1.HeaderClassName
{
color: #19BFDE;
}
.AnyTagClassName
{
color: #19BFDE;
}
</style>
background-color css
<style>
a { background-color: #19BFDE; }
a { background-color: rgb(25,191,222); }
div.DivClassName
{
background-color: #19BFDE;
}
.BgClassName
{
background-color: #19BFDE;
}
</style>
border-color css
<style>
span { border-color: #19BFDE; }
span { border-color: rgb(25,191,222); }
td.TdClassName
{
border-color: #19BFDE;
}
.TagClassName
{
border-color: #19BFDE;
}
</style>