Shades of Iris Blue #15BFE0
Tints of Iris Blue #15BFE0
RGB
CMYK
RGB Variations
Color information
#15BFE0 (or 0x15BFE0) is known color: Iris Blue. HEX triplet: 15, BF and E0. RGB value is (21,191,224). Sum of RGB (Red+Green+Blue) = 21+191+224=436 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.82% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 224 (87.89% from 255 or 51.38% from 436); Max value from RGB is 224 - color contains mainly: blue. Hex color #15BFE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BFE0 is #EA401F. Grayscale: #8F8F8F. Windows color (decimal): -15351840 or 14728981. OLE color: 14728981.
HSL color Cylindrical-coordinate representation of color #15BFE0: hue angle of 189.75º 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 #15BFE0 is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 191 | 224 | - |
| CMYK | 0.91 | 0.15 | 0 | 0.12 |
| HSL | 189.75º | 0.83% | 0.48% | - |
| HSV(B) | 189.75º | 0.91% | 0.88% | - |
| XYZ | 32.39 | 42.8 | 77.08 | - |
| YUV | 143.93 | 173.18 | 40.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 191 | 224 | 0.91 | 0.15 | 0 | 0.12 | 189.75 | 0.83 | 0.48 |
| Hex | 15 | BF | E0 | 5B | F | 0 | C | BE | 53 | 30 |
| Octal | 25 | 277 | 340 | 133 | 17 | 0 | 14 | 276 | 123 | 60 |
| Binary | 10101 | 10111111 | 11100000 | 1011011 | 1111 | 0 | 1100 | 10111110 | 1010011 | 110000 |
Color Harmonies of #15BFE0
Complementary color
Monochromatic Colors of #15BFE0
Black with #15BFE0
Text Example
Text Example
White with #15BFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BFE0; }
p { color: rgb(21,191,224); }
H1.HeaderClassName
{
color: #15BFE0;
}
.AnyTagClassName
{
color: #15BFE0;
}
</style>
background-color css
<style>
a { background-color: #15BFE0; }
a { background-color: rgb(21,191,224); }
div.DivClassName
{
background-color: #15BFE0;
}
.BgClassName
{
background-color: #15BFE0;
}
</style>
border-color css
<style>
span { border-color: #15BFE0; }
span { border-color: rgb(21,191,224); }
td.TdClassName
{
border-color: #15BFE0;
}
.TagClassName
{
border-color: #15BFE0;
}
</style>