Shades of Iris Blue #19BCDF
Tints of Iris Blue #19BCDF
RGB
CMYK
RGB Variations
Color information
#19BCDF (or 0x19BCDF) is known color: Iris Blue. HEX triplet: 19, BC and DF. RGB value is (25,188,223). Sum of RGB (Red+Green+Blue) = 25+188+223=436 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.73% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #19BCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BCDF is #E64320. Grayscale: #8E8E8E. Windows color (decimal): -15090465 or 14662681. OLE color: 14662681.
HSL color Cylindrical-coordinate representation of color #19BCDF: hue angle of 190.61º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19BCDF is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 188 | 223 | - |
| CMYK | 0.89 | 0.16 | 0 | 0.13 |
| HSL | 190.61º | 0.8% | 0.49% | - |
| HSV(B) | 190.61º | 0.89% | 0.87% | - |
| XYZ | 31.7 | 41.5 | 76.15 | - |
| YUV | 143.25 | 173 | 43.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 188 | 223 | 0.89 | 0.16 | 0 | 0.13 | 190.61 | 0.8 | 0.49 |
| Hex | 19 | BC | DF | 59 | 10 | 0 | D | BF | 50 | 31 |
| Octal | 31 | 274 | 337 | 131 | 20 | 0 | 15 | 277 | 120 | 61 |
| Binary | 11001 | 10111100 | 11011111 | 1011001 | 10000 | 0 | 1101 | 10111111 | 1010000 | 110001 |
Color Harmonies of #19BCDF
Complementary color
Monochromatic Colors of #19BCDF
Black with #19BCDF
Text Example
Text Example
White with #19BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BCDF; }
p { color: rgb(25,188,223); }
H1.HeaderClassName
{
color: #19BCDF;
}
.AnyTagClassName
{
color: #19BCDF;
}
</style>
background-color css
<style>
a { background-color: #19BCDF; }
a { background-color: rgb(25,188,223); }
div.DivClassName
{
background-color: #19BCDF;
}
.BgClassName
{
background-color: #19BCDF;
}
</style>
border-color css
<style>
span { border-color: #19BCDF; }
span { border-color: rgb(25,188,223); }
td.TdClassName
{
border-color: #19BCDF;
}
.TagClassName
{
border-color: #19BCDF;
}
</style>