Shades of Iris Blue #19ABCB
Tints of Iris Blue #19ABCB
RGB
CMYK
RGB Variations
Color information
#19ABCB (or 0x19ABCB) is known color: Iris Blue. HEX triplet: 19, AB and CB. RGB value is (25,171,203). Sum of RGB (Red+Green+Blue) = 25+171+203=399 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.27% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #19ABCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19ABCB is #E65434. Grayscale: #828282. Windows color (decimal): -15094837 or 13347609. OLE color: 13347609.
HSL color Cylindrical-coordinate representation of color #19ABCB: hue angle of 190.79º 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 #19ABCB is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 171 | 203 | - |
| CMYK | 0.88 | 0.16 | 0 | 0.20 |
| HSL | 190.79º | 0.78% | 0.45% | - |
| HSV(B) | 190.79º | 0.88% | 0.8% | - |
| XYZ | 25.74 | 33.64 | 61.64 | - |
| YUV | 130.99 | 168.63 | 52.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 171 | 203 | 0.88 | 0.16 | 0 | 0.20 | 190.79 | 0.78 | 0.45 |
| Hex | 19 | AB | CB | 58 | 10 | 0 | 14 | BF | 4E | 2D |
| Octal | 31 | 253 | 313 | 130 | 20 | 0 | 24 | 277 | 116 | 55 |
| Binary | 11001 | 10101011 | 11001011 | 1011000 | 10000 | 0 | 10100 | 10111111 | 1001110 | 101101 |
Color Harmonies of #19ABCB
Complementary color
Monochromatic Colors of #19ABCB
Black with #19ABCB
Text Example
Text Example
White with #19ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19ABCB; }
p { color: rgb(25,171,203); }
H1.HeaderClassName
{
color: #19ABCB;
}
.AnyTagClassName
{
color: #19ABCB;
}
</style>
background-color css
<style>
a { background-color: #19ABCB; }
a { background-color: rgb(25,171,203); }
div.DivClassName
{
background-color: #19ABCB;
}
.BgClassName
{
background-color: #19ABCB;
}
</style>
border-color css
<style>
span { border-color: #19ABCB; }
span { border-color: rgb(25,171,203); }
td.TdClassName
{
border-color: #19ABCB;
}
.TagClassName
{
border-color: #19ABCB;
}
</style>