Shades of Iris Blue #19B5CE
Tints of Iris Blue #19B5CE
RGB
CMYK
RGB Variations
Color information
#19B5CE (or 0x19B5CE) is known color: Iris Blue. HEX triplet: 19, B5 and CE. RGB value is (25,181,206). Sum of RGB (Red+Green+Blue) = 25+181+206=412 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.07% from 412); Green value is 181 (71.09% from 255 or 43.93% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #19B5CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19B5CE is #E64A31. Grayscale: #888888. Windows color (decimal): -15092274 or 13546777. OLE color: 13546777.
HSL color Cylindrical-coordinate representation of color #19B5CE: hue angle of 188.29º 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 #19B5CE is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 181 | 206 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.19 |
| HSL | 188.29º | 0.78% | 0.45% | - |
| HSV(B) | 188.29º | 0.88% | 0.81% | - |
| XYZ | 28.07 | 37.71 | 64.19 | - |
| YUV | 137.21 | 166.82 | 47.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 181 | 206 | 0.88 | 0.12 | 0 | 0.19 | 188.29 | 0.78 | 0.45 |
| Hex | 19 | B5 | CE | 58 | C | 0 | 13 | BC | 4E | 2D |
| Octal | 31 | 265 | 316 | 130 | 14 | 0 | 23 | 274 | 116 | 55 |
| Binary | 11001 | 10110101 | 11001110 | 1011000 | 1100 | 0 | 10011 | 10111100 | 1001110 | 101101 |
Color Harmonies of #19B5CE
Complementary color
Monochromatic Colors of #19B5CE
Black with #19B5CE
Text Example
Text Example
White with #19B5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B5CE; }
p { color: rgb(25,181,206); }
H1.HeaderClassName
{
color: #19B5CE;
}
.AnyTagClassName
{
color: #19B5CE;
}
</style>
background-color css
<style>
a { background-color: #19B5CE; }
a { background-color: rgb(25,181,206); }
div.DivClassName
{
background-color: #19B5CE;
}
.BgClassName
{
background-color: #19B5CE;
}
</style>
border-color css
<style>
span { border-color: #19B5CE; }
span { border-color: rgb(25,181,206); }
td.TdClassName
{
border-color: #19B5CE;
}
.TagClassName
{
border-color: #19B5CE;
}
</style>