Shades of Iris Blue #15BDE1
Tints of Iris Blue #15BDE1
RGB
CMYK
RGB Variations
Color information
#15BDE1 (or 0x15BDE1) is known color: Iris Blue. HEX triplet: 15, BD and E1. RGB value is (21,189,225). Sum of RGB (Red+Green+Blue) = 21+189+225=435 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.83% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 225 (88.28% from 255 or 51.72% from 435); Max value from RGB is 225 - color contains mainly: blue. Hex color #15BDE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BDE1 is #EA421E. Grayscale: #8E8E8E. Windows color (decimal): -15352351 or 14794005. OLE color: 14794005.
HSL color Cylindrical-coordinate representation of color #15BDE1: hue angle of 190.59º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15BDE1 is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 189 | 225 | - |
| CMYK | 0.91 | 0.16 | 0 | 0.12 |
| HSL | 190.59º | 0.83% | 0.48% | - |
| HSV(B) | 190.59º | 0.91% | 0.88% | - |
| XYZ | 32.1 | 41.99 | 77.65 | - |
| YUV | 142.87 | 174.34 | 41.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 189 | 225 | 0.91 | 0.16 | 0 | 0.12 | 190.59 | 0.83 | 0.48 |
| Hex | 15 | BD | E1 | 5B | 10 | 0 | C | BF | 53 | 30 |
| Octal | 25 | 275 | 341 | 133 | 20 | 0 | 14 | 277 | 123 | 60 |
| Binary | 10101 | 10111101 | 11100001 | 1011011 | 10000 | 0 | 1100 | 10111111 | 1010011 | 110000 |
Color Harmonies of #15BDE1
Complementary color
Monochromatic Colors of #15BDE1
Black with #15BDE1
Text Example
Text Example
White with #15BDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BDE1; }
p { color: rgb(21,189,225); }
H1.HeaderClassName
{
color: #15BDE1;
}
.AnyTagClassName
{
color: #15BDE1;
}
</style>
background-color css
<style>
a { background-color: #15BDE1; }
a { background-color: rgb(21,189,225); }
div.DivClassName
{
background-color: #15BDE1;
}
.BgClassName
{
background-color: #15BDE1;
}
</style>
border-color css
<style>
span { border-color: #15BDE1; }
span { border-color: rgb(21,189,225); }
td.TdClassName
{
border-color: #15BDE1;
}
.TagClassName
{
border-color: #15BDE1;
}
</style>