Shades of Iris Blue #19BFD7
Tints of Iris Blue #19BFD7
RGB
CMYK
RGB Variations
Color information
#19BFD7 (or 0x19BFD7) is known color: Iris Blue. HEX triplet: 19, BF and D7. RGB value is (25,191,215). Sum of RGB (Red+Green+Blue) = 25+191+215=431 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.80% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 215 (84.38% from 255 or 49.88% from 431); Max value from RGB is 215 - color contains mainly: blue. Hex color #19BFD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BFD7 is #E64028. Grayscale: #8F8F8F. Windows color (decimal): -15089705 or 14139161. OLE color: 14139161.
HSL color Cylindrical-coordinate representation of color #19BFD7: hue angle of 187.58º 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 #19BFD7 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 191 | 215 | - |
| CMYK | 0.88 | 0.11 | 0 | 0.16 |
| HSL | 187.58º | 0.79% | 0.47% | - |
| HSV(B) | 187.58º | 0.88% | 0.84% | - |
| XYZ | 31.3 | 42.37 | 70.82 | - |
| YUV | 144.1 | 168 | 43.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 191 | 215 | 0.88 | 0.11 | 0 | 0.16 | 187.58 | 0.79 | 0.47 |
| Hex | 19 | BF | D7 | 58 | B | 0 | 10 | BC | 4F | 2F |
| Octal | 31 | 277 | 327 | 130 | 13 | 0 | 20 | 274 | 117 | 57 |
| Binary | 11001 | 10111111 | 11010111 | 1011000 | 1011 | 0 | 10000 | 10111100 | 1001111 | 101111 |
Color Harmonies of #19BFD7
Complementary color
Monochromatic Colors of #19BFD7
Black with #19BFD7
Text Example
Text Example
White with #19BFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BFD7; }
p { color: rgb(25,191,215); }
H1.HeaderClassName
{
color: #19BFD7;
}
.AnyTagClassName
{
color: #19BFD7;
}
</style>
background-color css
<style>
a { background-color: #19BFD7; }
a { background-color: rgb(25,191,215); }
div.DivClassName
{
background-color: #19BFD7;
}
.BgClassName
{
background-color: #19BFD7;
}
</style>
border-color css
<style>
span { border-color: #19BFD7; }
span { border-color: rgb(25,191,215); }
td.TdClassName
{
border-color: #19BFD7;
}
.TagClassName
{
border-color: #19BFD7;
}
</style>