Shades of Iris Blue #19BBDE
Tints of Iris Blue #19BBDE
RGB
CMYK
RGB Variations
Color information
#19BBDE (or 0x19BBDE) is known color: Iris Blue. HEX triplet: 19, BB and DE. RGB value is (25,187,222). Sum of RGB (Red+Green+Blue) = 25+187+222=434 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.76% from 434); Green value is 187 (73.44% from 255 or 43.09% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #19BBDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BBDE is #E64421. Grayscale: #8E8E8E. Windows color (decimal): -15090722 or 14596889. OLE color: 14596889.
HSL color Cylindrical-coordinate representation of color #19BBDE: hue angle of 190.66º 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 #19BBDE is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 187 | 222 | - |
| CMYK | 0.89 | 0.16 | 0 | 0.13 |
| HSL | 190.66º | 0.8% | 0.48% | - |
| HSV(B) | 190.66º | 0.89% | 0.87% | - |
| XYZ | 31.36 | 41.02 | 75.37 | - |
| YUV | 142.55 | 172.83 | 44.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 187 | 222 | 0.89 | 0.16 | 0 | 0.13 | 190.66 | 0.8 | 0.48 |
| Hex | 19 | BB | DE | 59 | 10 | 0 | D | BF | 50 | 30 |
| Octal | 31 | 273 | 336 | 131 | 20 | 0 | 15 | 277 | 120 | 60 |
| Binary | 11001 | 10111011 | 11011110 | 1011001 | 10000 | 0 | 1101 | 10111111 | 1010000 | 110000 |
Color Harmonies of #19BBDE
Complementary color
Monochromatic Colors of #19BBDE
Black with #19BBDE
Text Example
Text Example
White with #19BBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BBDE; }
p { color: rgb(25,187,222); }
H1.HeaderClassName
{
color: #19BBDE;
}
.AnyTagClassName
{
color: #19BBDE;
}
</style>
background-color css
<style>
a { background-color: #19BBDE; }
a { background-color: rgb(25,187,222); }
div.DivClassName
{
background-color: #19BBDE;
}
.BgClassName
{
background-color: #19BBDE;
}
</style>
border-color css
<style>
span { border-color: #19BBDE; }
span { border-color: rgb(25,187,222); }
td.TdClassName
{
border-color: #19BBDE;
}
.TagClassName
{
border-color: #19BBDE;
}
</style>