Shades of Iris Blue #19BCC9
Tints of Iris Blue #19BCC9
RGB
CMYK
RGB Variations
Color information
#19BCC9 (or 0x19BCC9) is known color: Iris Blue. HEX triplet: 19, BC and C9. RGB value is (25,188,201). Sum of RGB (Red+Green+Blue) = 25+188+201=414 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.04% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 201 (78.91% from 255 or 48.55% from 414); Max value from RGB is 201 - color contains mainly: blue. Hex color #19BCC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BCC9 is #E64336. Grayscale: #8C8C8C. Windows color (decimal): -15090487 or 13220889. OLE color: 13220889.
HSL color Cylindrical-coordinate representation of color #19BCC9: hue angle of 184.43º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19BCC9 is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 188 | 201 | - |
| CMYK | 0.88 | 0.06 | 0 | 0.21 |
| HSL | 184.43º | 0.78% | 0.44% | - |
| HSV(B) | 184.43º | 0.88% | 0.79% | - |
| XYZ | 28.93 | 40.39 | 61.53 | - |
| YUV | 140.75 | 162 | 45.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 188 | 201 | 0.88 | 0.06 | 0 | 0.21 | 184.43 | 0.78 | 0.44 |
| Hex | 19 | BC | C9 | 58 | 6 | 0 | 15 | B8 | 4E | 2C |
| Octal | 31 | 274 | 311 | 130 | 6 | 0 | 25 | 270 | 116 | 54 |
| Binary | 11001 | 10111100 | 11001001 | 1011000 | 110 | 0 | 10101 | 10111000 | 1001110 | 101100 |
Color Harmonies of #19BCC9
Complementary color
Monochromatic Colors of #19BCC9
Black with #19BCC9
Text Example
Text Example
White with #19BCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BCC9; }
p { color: rgb(25,188,201); }
H1.HeaderClassName
{
color: #19BCC9;
}
.AnyTagClassName
{
color: #19BCC9;
}
</style>
background-color css
<style>
a { background-color: #19BCC9; }
a { background-color: rgb(25,188,201); }
div.DivClassName
{
background-color: #19BCC9;
}
.BgClassName
{
background-color: #19BCC9;
}
</style>
border-color css
<style>
span { border-color: #19BCC9; }
span { border-color: rgb(25,188,201); }
td.TdClassName
{
border-color: #19BCC9;
}
.TagClassName
{
border-color: #19BCC9;
}
</style>