Shades of Iris Blue #19BCCC
Tints of Iris Blue #19BCCC
RGB
CMYK
RGB Variations
Color information
#19BCCC (or 0x19BCCC) is known color: Iris Blue. HEX triplet: 19, BC and CC. RGB value is (25,188,204). Sum of RGB (Red+Green+Blue) = 25+188+204=417 (55% of max value = 765). Red value is 25 (10.16% from 255 or 6.00% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #19BCCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BCCC is #E64333. Grayscale: #8C8C8C. Windows color (decimal): -15090484 or 13417497. OLE color: 13417497.
HSL color Cylindrical-coordinate representation of color #19BCCC: hue angle of 185.36º 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 #19BCCC is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 188 | 204 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.2 |
| HSL | 185.36º | 0.78% | 0.45% | - |
| HSV(B) | 185.36º | 0.88% | 0.8% | - |
| XYZ | 29.28 | 40.53 | 63.41 | - |
| YUV | 141.09 | 163.5 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 188 | 204 | 0.88 | 0.08 | 0 | 0.2 | 185.36 | 0.78 | 0.45 |
| Hex | 19 | BC | CC | 58 | 8 | 0 | 14 | B9 | 4E | 2D |
| Octal | 31 | 274 | 314 | 130 | 10 | 0 | 24 | 271 | 116 | 55 |
| Binary | 11001 | 10111100 | 11001100 | 1011000 | 1000 | 0 | 10100 | 10111001 | 1001110 | 101101 |
Color Harmonies of #19BCCC
Complementary color
Monochromatic Colors of #19BCCC
Black with #19BCCC
Text Example
Text Example
White with #19BCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BCCC; }
p { color: rgb(25,188,204); }
H1.HeaderClassName
{
color: #19BCCC;
}
.AnyTagClassName
{
color: #19BCCC;
}
</style>
background-color css
<style>
a { background-color: #19BCCC; }
a { background-color: rgb(25,188,204); }
div.DivClassName
{
background-color: #19BCCC;
}
.BgClassName
{
background-color: #19BCCC;
}
</style>
border-color css
<style>
span { border-color: #19BCCC; }
span { border-color: rgb(25,188,204); }
td.TdClassName
{
border-color: #19BCCC;
}
.TagClassName
{
border-color: #19BCCC;
}
</style>