Shades of Iris Blue #19BCDA
Tints of Iris Blue #19BCDA
RGB
CMYK
RGB Variations
Color information
#19BCDA (or 0x19BCDA) is known color: Iris Blue. HEX triplet: 19, BC and DA. RGB value is (25,188,218). Sum of RGB (Red+Green+Blue) = 25+188+218=431 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.80% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #19BCDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BCDA is #E64325. Grayscale: #8E8E8E. Windows color (decimal): -15090470 or 14335001. OLE color: 14335001.
HSL color Cylindrical-coordinate representation of color #19BCDA: hue angle of 189.33º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19BCDA is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 188 | 218 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.15 |
| HSL | 189.33º | 0.79% | 0.48% | - |
| HSV(B) | 189.33º | 0.89% | 0.85% | - |
| XYZ | 31.04 | 41.24 | 72.65 | - |
| YUV | 142.68 | 170.5 | 44.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 188 | 218 | 0.89 | 0.14 | 0 | 0.15 | 189.33 | 0.79 | 0.48 |
| Hex | 19 | BC | DA | 59 | E | 0 | F | BD | 4F | 30 |
| Octal | 31 | 274 | 332 | 131 | 16 | 0 | 17 | 275 | 117 | 60 |
| Binary | 11001 | 10111100 | 11011010 | 1011001 | 1110 | 0 | 1111 | 10111101 | 1001111 | 110000 |
Color Harmonies of #19BCDA
Complementary color
Monochromatic Colors of #19BCDA
Black with #19BCDA
Text Example
Text Example
White with #19BCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BCDA; }
p { color: rgb(25,188,218); }
H1.HeaderClassName
{
color: #19BCDA;
}
.AnyTagClassName
{
color: #19BCDA;
}
</style>
background-color css
<style>
a { background-color: #19BCDA; }
a { background-color: rgb(25,188,218); }
div.DivClassName
{
background-color: #19BCDA;
}
.BgClassName
{
background-color: #19BCDA;
}
</style>
border-color css
<style>
span { border-color: #19BCDA; }
span { border-color: rgb(25,188,218); }
td.TdClassName
{
border-color: #19BCDA;
}
.TagClassName
{
border-color: #19BCDA;
}
</style>