Shades of Iris Blue #19B5BF
Tints of Iris Blue #19B5BF
RGB
CMYK
RGB Variations
Color information
#19B5BF (or 0x19B5BF) is known color: Iris Blue. HEX triplet: 19, B5 and BF. RGB value is (25,181,191). Sum of RGB (Red+Green+Blue) = 25+181+191=397 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.30% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #19B5BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19B5BF is #E64A40. Grayscale: #878787. Windows color (decimal): -15092289 or 12563737. OLE color: 12563737.
HSL color Cylindrical-coordinate representation of color #19B5BF: hue angle of 183.61º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19B5BF is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 181 | 191 | - |
| CMYK | 0.87 | 0.05 | 0 | 0.25 |
| HSL | 183.61º | 0.77% | 0.42% | - |
| HSV(B) | 183.61º | 0.87% | 0.75% | - |
| XYZ | 26.33 | 37.02 | 55.05 | - |
| YUV | 135.5 | 159.32 | 49.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 181 | 191 | 0.87 | 0.05 | 0 | 0.25 | 183.61 | 0.77 | 0.42 |
| Hex | 19 | B5 | BF | 57 | 5 | 0 | 19 | B8 | 4D | 2A |
| Octal | 31 | 265 | 277 | 127 | 5 | 0 | 31 | 270 | 115 | 52 |
| Binary | 11001 | 10110101 | 10111111 | 1010111 | 101 | 0 | 11001 | 10111000 | 1001101 | 101010 |
Color Harmonies of #19B5BF
Complementary color
Monochromatic Colors of #19B5BF
Black with #19B5BF
Text Example
Text Example
White with #19B5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B5BF; }
p { color: rgb(25,181,191); }
H1.HeaderClassName
{
color: #19B5BF;
}
.AnyTagClassName
{
color: #19B5BF;
}
</style>
background-color css
<style>
a { background-color: #19B5BF; }
a { background-color: rgb(25,181,191); }
div.DivClassName
{
background-color: #19B5BF;
}
.BgClassName
{
background-color: #19B5BF;
}
</style>
border-color css
<style>
span { border-color: #19B5BF; }
span { border-color: rgb(25,181,191); }
td.TdClassName
{
border-color: #19B5BF;
}
.TagClassName
{
border-color: #19B5BF;
}
</style>