Shades of Iris Blue #15BFC1
Tints of Iris Blue #15BFC1
RGB
CMYK
RGB Variations
Color information
#15BFC1 (or 0x15BFC1) is known color: Iris Blue. HEX triplet: 15, BF and C1. RGB value is (21,191,193). Sum of RGB (Red+Green+Blue) = 21+191+193=405 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.19% from 405); Green value is 191 (75% from 255 or 47.16% from 405); Blue value is 193 (75.78% from 255 or 47.65% from 405); Max value from RGB is 193 - color contains mainly: blue. Hex color #15BFC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BFC1 is #EA403E. Grayscale: #8C8C8C. Windows color (decimal): -15351871 or 12697365. OLE color: 12697365.
HSL color Cylindrical-coordinate representation of color #15BFC1: hue angle of 180.7º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BFC1 is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 191 | 193 | - |
| CMYK | 0.89 | 0.01 | 0 | 0.24 |
| HSL | 180.7º | 0.8% | 0.42% | - |
| HSV(B) | 180.7º | 0.89% | 0.76% | - |
| XYZ | 28.57 | 41.27 | 56.91 | - |
| YUV | 140.4 | 157.68 | 42.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 191 | 193 | 0.89 | 0.01 | 0 | 0.24 | 180.7 | 0.8 | 0.42 |
| Hex | 15 | BF | C1 | 59 | 1 | 0 | 18 | B5 | 50 | 2A |
| Octal | 25 | 277 | 301 | 131 | 1 | 0 | 30 | 265 | 120 | 52 |
| Binary | 10101 | 10111111 | 11000001 | 1011001 | 1 | 0 | 11000 | 10110101 | 1010000 | 101010 |
Color Harmonies of #15BFC1
Complementary color
Monochromatic Colors of #15BFC1
Black with #15BFC1
Text Example
Text Example
White with #15BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BFC1; }
p { color: rgb(21,191,193); }
H1.HeaderClassName
{
color: #15BFC1;
}
.AnyTagClassName
{
color: #15BFC1;
}
</style>
background-color css
<style>
a { background-color: #15BFC1; }
a { background-color: rgb(21,191,193); }
div.DivClassName
{
background-color: #15BFC1;
}
.BgClassName
{
background-color: #15BFC1;
}
</style>
border-color css
<style>
span { border-color: #15BFC1; }
span { border-color: rgb(21,191,193); }
td.TdClassName
{
border-color: #15BFC1;
}
.TagClassName
{
border-color: #15BFC1;
}
</style>