Shades of Iris Blue #19B9CE
Tints of Iris Blue #19B9CE
RGB
CMYK
RGB Variations
Color information
#19B9CE (or 0x19B9CE) is known color: Iris Blue. HEX triplet: 19, B9 and CE. RGB value is (25,185,206). Sum of RGB (Red+Green+Blue) = 25+185+206=416 (55% of max value = 765). Red value is 25 (10.16% from 255 or 6.01% from 416); Green value is 185 (72.66% from 255 or 44.47% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #19B9CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19B9CE is #E64631. Grayscale: #8B8B8B. Windows color (decimal): -15091250 or 13547801. OLE color: 13547801.
HSL color Cylindrical-coordinate representation of color #19B9CE: hue angle of 186.96º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19B9CE is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 185 | 206 | - |
| CMYK | 0.88 | 0.10 | 0 | 0.19 |
| HSL | 186.96º | 0.78% | 0.45% | - |
| HSV(B) | 186.96º | 0.88% | 0.81% | - |
| XYZ | 28.89 | 39.36 | 64.47 | - |
| YUV | 139.55 | 165.49 | 46.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 185 | 206 | 0.88 | 0.10 | 0 | 0.19 | 186.96 | 0.78 | 0.45 |
| Hex | 19 | B9 | CE | 58 | A | 0 | 13 | BB | 4E | 2D |
| Octal | 31 | 271 | 316 | 130 | 12 | 0 | 23 | 273 | 116 | 55 |
| Binary | 11001 | 10111001 | 11001110 | 1011000 | 1010 | 0 | 10011 | 10111011 | 1001110 | 101101 |
Color Harmonies of #19B9CE
Complementary color
Monochromatic Colors of #19B9CE
Black with #19B9CE
Text Example
Text Example
White with #19B9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B9CE; }
p { color: rgb(25,185,206); }
H1.HeaderClassName
{
color: #19B9CE;
}
.AnyTagClassName
{
color: #19B9CE;
}
</style>
background-color css
<style>
a { background-color: #19B9CE; }
a { background-color: rgb(25,185,206); }
div.DivClassName
{
background-color: #19B9CE;
}
.BgClassName
{
background-color: #19B9CE;
}
</style>
border-color css
<style>
span { border-color: #19B9CE; }
span { border-color: rgb(25,185,206); }
td.TdClassName
{
border-color: #19B9CE;
}
.TagClassName
{
border-color: #19B9CE;
}
</style>