Shades of Iris Blue #19A8CD
Tints of Iris Blue #19A8CD
RGB
CMYK
RGB Variations
Color information
#19A8CD (or 0x19A8CD) is known color: Iris Blue. HEX triplet: 19, A8 and CD. RGB value is (25,168,205). Sum of RGB (Red+Green+Blue) = 25+168+205=398 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.28% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #19A8CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A8CD is #E65732. Grayscale: #818181. Windows color (decimal): -15095603 or 13477913. OLE color: 13477913.
HSL color Cylindrical-coordinate representation of color #19A8CD: hue angle of 192.33º 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 #19A8CD is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 168 | 205 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.20 |
| HSL | 192.33º | 0.78% | 0.45% | - |
| HSV(B) | 192.33º | 0.88% | 0.8% | - |
| XYZ | 25.42 | 32.62 | 62.71 | - |
| YUV | 129.46 | 170.62 | 53.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 168 | 205 | 0.88 | 0.18 | 0 | 0.20 | 192.33 | 0.78 | 0.45 |
| Hex | 19 | A8 | CD | 58 | 12 | 0 | 14 | C0 | 4E | 2D |
| Octal | 31 | 250 | 315 | 130 | 22 | 0 | 24 | 300 | 116 | 55 |
| Binary | 11001 | 10101000 | 11001101 | 1011000 | 10010 | 0 | 10100 | 11000000 | 1001110 | 101101 |
Color Harmonies of #19A8CD
Complementary color
Monochromatic Colors of #19A8CD
Black with #19A8CD
Text Example
Text Example
White with #19A8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A8CD; }
p { color: rgb(25,168,205); }
H1.HeaderClassName
{
color: #19A8CD;
}
.AnyTagClassName
{
color: #19A8CD;
}
</style>
background-color css
<style>
a { background-color: #19A8CD; }
a { background-color: rgb(25,168,205); }
div.DivClassName
{
background-color: #19A8CD;
}
.BgClassName
{
background-color: #19A8CD;
}
</style>
border-color css
<style>
span { border-color: #19A8CD; }
span { border-color: rgb(25,168,205); }
td.TdClassName
{
border-color: #19A8CD;
}
.TagClassName
{
border-color: #19A8CD;
}
</style>