Shades of Iris Blue #19B2CB
Tints of Iris Blue #19B2CB
RGB
CMYK
RGB Variations
Color information
#19B2CB (or 0x19B2CB) is known color: Iris Blue. HEX triplet: 19, B2 and CB. RGB value is (25,178,203). Sum of RGB (Red+Green+Blue) = 25+178+203=406 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.16% from 406); Green value is 178 (69.92% from 255 or 43.84% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #19B2CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19B2CB is #E64D34. Grayscale: #868686. Windows color (decimal): -15093045 or 13349401. OLE color: 13349401.
HSL color Cylindrical-coordinate representation of color #19B2CB: hue angle of 188.43º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19B2CB is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 178 | 203 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.20 |
| HSL | 188.43º | 0.78% | 0.45% | - |
| HSV(B) | 188.43º | 0.88% | 0.8% | - |
| XYZ | 27.1 | 36.36 | 62.09 | - |
| YUV | 135.1 | 166.31 | 49.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 178 | 203 | 0.88 | 0.12 | 0 | 0.20 | 188.43 | 0.78 | 0.45 |
| Hex | 19 | B2 | CB | 58 | C | 0 | 14 | BC | 4E | 2D |
| Octal | 31 | 262 | 313 | 130 | 14 | 0 | 24 | 274 | 116 | 55 |
| Binary | 11001 | 10110010 | 11001011 | 1011000 | 1100 | 0 | 10100 | 10111100 | 1001110 | 101101 |
Color Harmonies of #19B2CB
Complementary color
Monochromatic Colors of #19B2CB
Black with #19B2CB
Text Example
Text Example
White with #19B2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B2CB; }
p { color: rgb(25,178,203); }
H1.HeaderClassName
{
color: #19B2CB;
}
.AnyTagClassName
{
color: #19B2CB;
}
</style>
background-color css
<style>
a { background-color: #19B2CB; }
a { background-color: rgb(25,178,203); }
div.DivClassName
{
background-color: #19B2CB;
}
.BgClassName
{
background-color: #19B2CB;
}
</style>
border-color css
<style>
span { border-color: #19B2CB; }
span { border-color: rgb(25,178,203); }
td.TdClassName
{
border-color: #19B2CB;
}
.TagClassName
{
border-color: #19B2CB;
}
</style>