Shades of Iris Blue #19B3D5
Tints of Iris Blue #19B3D5
RGB
CMYK
RGB Variations
Color information
#19B3D5 (or 0x19B3D5) is known color: Iris Blue. HEX triplet: 19, B3 and D5. RGB value is (25,179,213). Sum of RGB (Red+Green+Blue) = 25+179+213=417 (55% of max value = 765). Red value is 25 (10.16% from 255 or 6.00% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 213 (83.59% from 255 or 51.08% from 417); Max value from RGB is 213 - color contains mainly: blue. Hex color #19B3D5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19B3D5 is #E64C2A. Grayscale: #888888. Windows color (decimal): -15092779 or 14005017. OLE color: 14005017.
HSL color Cylindrical-coordinate representation of color #19B3D5: hue angle of 190.85º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19B3D5 is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 179 | 213 | - |
| CMYK | 0.88 | 0.16 | 0 | 0.16 |
| HSL | 190.85º | 0.79% | 0.47% | - |
| HSV(B) | 190.85º | 0.88% | 0.84% | - |
| XYZ | 28.53 | 37.25 | 68.64 | - |
| YUV | 136.83 | 170.98 | 48.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 179 | 213 | 0.88 | 0.16 | 0 | 0.16 | 190.85 | 0.79 | 0.47 |
| Hex | 19 | B3 | D5 | 58 | 10 | 0 | 10 | BF | 4F | 2F |
| Octal | 31 | 263 | 325 | 130 | 20 | 0 | 20 | 277 | 117 | 57 |
| Binary | 11001 | 10110011 | 11010101 | 1011000 | 10000 | 0 | 10000 | 10111111 | 1001111 | 101111 |
Color Harmonies of #19B3D5
Complementary color
Monochromatic Colors of #19B3D5
Black with #19B3D5
Text Example
Text Example
White with #19B3D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B3D5; }
p { color: rgb(25,179,213); }
H1.HeaderClassName
{
color: #19B3D5;
}
.AnyTagClassName
{
color: #19B3D5;
}
</style>
background-color css
<style>
a { background-color: #19B3D5; }
a { background-color: rgb(25,179,213); }
div.DivClassName
{
background-color: #19B3D5;
}
.BgClassName
{
background-color: #19B3D5;
}
</style>
border-color css
<style>
span { border-color: #19B3D5; }
span { border-color: rgb(25,179,213); }
td.TdClassName
{
border-color: #19B3D5;
}
.TagClassName
{
border-color: #19B3D5;
}
</style>