Shades of Iris Blue #15BFD7
Tints of Iris Blue #15BFD7
RGB
CMYK
RGB Variations
Color information
#15BFD7 (or 0x15BFD7) is known color: Iris Blue. HEX triplet: 15, BF and D7. RGB value is (21,191,215). Sum of RGB (Red+Green+Blue) = 21+191+215=427 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.92% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 215 (84.38% from 255 or 50.35% from 427); Max value from RGB is 215 - color contains mainly: blue. Hex color #15BFD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BFD7 is #EA4028. Grayscale: #8E8E8E. Windows color (decimal): -15351849 or 14139157. OLE color: 14139157.
HSL color Cylindrical-coordinate representation of color #15BFD7: hue angle of 187.42º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15BFD7 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 191 | 215 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.16 |
| HSL | 187.42º | 0.82% | 0.46% | - |
| HSV(B) | 187.42º | 0.9% | 0.84% | - |
| XYZ | 31.21 | 42.33 | 70.82 | - |
| YUV | 142.91 | 168.68 | 41.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 191 | 215 | 0.90 | 0.11 | 0 | 0.16 | 187.42 | 0.82 | 0.46 |
| Hex | 15 | BF | D7 | 5A | B | 0 | 10 | BB | 52 | 2E |
| Octal | 25 | 277 | 327 | 132 | 13 | 0 | 20 | 273 | 122 | 56 |
| Binary | 10101 | 10111111 | 11010111 | 1011010 | 1011 | 0 | 10000 | 10111011 | 1010010 | 101110 |
Color Harmonies of #15BFD7
Complementary color
Monochromatic Colors of #15BFD7
Black with #15BFD7
Text Example
Text Example
White with #15BFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BFD7; }
p { color: rgb(21,191,215); }
H1.HeaderClassName
{
color: #15BFD7;
}
.AnyTagClassName
{
color: #15BFD7;
}
</style>
background-color css
<style>
a { background-color: #15BFD7; }
a { background-color: rgb(21,191,215); }
div.DivClassName
{
background-color: #15BFD7;
}
.BgClassName
{
background-color: #15BFD7;
}
</style>
border-color css
<style>
span { border-color: #15BFD7; }
span { border-color: rgb(21,191,215); }
td.TdClassName
{
border-color: #15BFD7;
}
.TagClassName
{
border-color: #15BFD7;
}
</style>