Shades of Iris Blue #19BFE0
Tints of Iris Blue #19BFE0
RGB
CMYK
RGB Variations
Color information
#19BFE0 (or 0x19BFE0) is known color: Iris Blue. HEX triplet: 19, BF and E0. RGB value is (25,191,224). Sum of RGB (Red+Green+Blue) = 25+191+224=440 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.68% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 224 (87.89% from 255 or 50.91% from 440); Max value from RGB is 224 - color contains mainly: blue. Hex color #19BFE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BFE0 is #E6401F. Grayscale: #909090. Windows color (decimal): -15089696 or 14728985. OLE color: 14728985.
HSL color Cylindrical-coordinate representation of color #19BFE0: hue angle of 189.95º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19BFE0 is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 25 | 191 | 224 | - |
| CMYK | 0.89 | 0.15 | 0 | 0.12 |
| HSL | 189.95º | 0.8% | 0.49% | - |
| HSV(B) | 189.95º | 0.89% | 0.88% | - |
| XYZ | 32.49 | 42.85 | 77.08 | - |
| YUV | 145.13 | 172.5 | 42.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 191 | 224 | 0.89 | 0.15 | 0 | 0.12 | 189.95 | 0.8 | 0.49 |
| Hex | 19 | BF | E0 | 59 | F | 0 | C | BE | 50 | 31 |
| Octal | 31 | 277 | 340 | 131 | 17 | 0 | 14 | 276 | 120 | 61 |
| Binary | 11001 | 10111111 | 11100000 | 1011001 | 1111 | 0 | 1100 | 10111110 | 1010000 | 110001 |
Color Harmonies of #19BFE0
Complementary color
Monochromatic Colors of #19BFE0
Black with #19BFE0
Text Example
Text Example
White with #19BFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BFE0; }
p { color: rgb(25,191,224); }
H1.HeaderClassName
{
color: #19BFE0;
}
.AnyTagClassName
{
color: #19BFE0;
}
</style>
background-color css
<style>
a { background-color: #19BFE0; }
a { background-color: rgb(25,191,224); }
div.DivClassName
{
background-color: #19BFE0;
}
.BgClassName
{
background-color: #19BFE0;
}
</style>
border-color css
<style>
span { border-color: #19BFE0; }
span { border-color: rgb(25,191,224); }
td.TdClassName
{
border-color: #19BFE0;
}
.TagClassName
{
border-color: #19BFE0;
}
</style>