Shades of Iris Blue #19BDDC
Tints of Iris Blue #19BDDC
RGB
CMYK
RGB Variations
Color information
#19BDDC (or 0x19BDDC) is known color: Iris Blue. HEX triplet: 19, BD and DC. RGB value is (25,189,220). Sum of RGB (Red+Green+Blue) = 25+189+220=434 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.76% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #19BDDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BDDC is #E64223. Grayscale: #8F8F8F. Windows color (decimal): -15090212 or 14466329. OLE color: 14466329.
HSL color Cylindrical-coordinate representation of color #19BDDC: hue angle of 189.54º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19BDDC is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 189 | 220 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.14 |
| HSL | 189.54º | 0.8% | 0.48% | - |
| HSV(B) | 189.54º | 0.89% | 0.86% | - |
| XYZ | 31.52 | 41.77 | 74.11 | - |
| YUV | 143.5 | 171.17 | 43.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 189 | 220 | 0.89 | 0.14 | 0 | 0.14 | 189.54 | 0.8 | 0.48 |
| Hex | 19 | BD | DC | 59 | E | 0 | E | BE | 50 | 30 |
| Octal | 31 | 275 | 334 | 131 | 16 | 0 | 16 | 276 | 120 | 60 |
| Binary | 11001 | 10111101 | 11011100 | 1011001 | 1110 | 0 | 1110 | 10111110 | 1010000 | 110000 |
Color Harmonies of #19BDDC
Complementary color
Monochromatic Colors of #19BDDC
Black with #19BDDC
Text Example
Text Example
White with #19BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BDDC; }
p { color: rgb(25,189,220); }
H1.HeaderClassName
{
color: #19BDDC;
}
.AnyTagClassName
{
color: #19BDDC;
}
</style>
background-color css
<style>
a { background-color: #19BDDC; }
a { background-color: rgb(25,189,220); }
div.DivClassName
{
background-color: #19BDDC;
}
.BgClassName
{
background-color: #19BDDC;
}
</style>
border-color css
<style>
span { border-color: #19BDDC; }
span { border-color: rgb(25,189,220); }
td.TdClassName
{
border-color: #19BDDC;
}
.TagClassName
{
border-color: #19BDDC;
}
</style>