Shades of Iris Blue #15BFCD
Tints of Iris Blue #15BFCD
RGB
CMYK
RGB Variations
Color information
#15BFCD (or 0x15BFCD) is known color: Iris Blue. HEX triplet: 15, BF and CD. RGB value is (21,191,205). Sum of RGB (Red+Green+Blue) = 21+191+205=417 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.04% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #15BFCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BFCD is #EA4032. Grayscale: #8D8D8D. Windows color (decimal): -15351859 or 13483797. OLE color: 13483797.
HSL color Cylindrical-coordinate representation of color #15BFCD: hue angle of 184.57º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15BFCD is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 191 | 205 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.20 |
| HSL | 184.57º | 0.81% | 0.44% | - |
| HSV(B) | 184.57º | 0.9% | 0.8% | - |
| XYZ | 29.96 | 41.83 | 64.25 | - |
| YUV | 141.77 | 163.68 | 41.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 191 | 205 | 0.90 | 0.07 | 0 | 0.20 | 184.57 | 0.81 | 0.44 |
| Hex | 15 | BF | CD | 5A | 7 | 0 | 14 | B9 | 51 | 2C |
| Octal | 25 | 277 | 315 | 132 | 7 | 0 | 24 | 271 | 121 | 54 |
| Binary | 10101 | 10111111 | 11001101 | 1011010 | 111 | 0 | 10100 | 10111001 | 1010001 | 101100 |
Color Harmonies of #15BFCD
Complementary color
Monochromatic Colors of #15BFCD
Black with #15BFCD
Text Example
Text Example
White with #15BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BFCD; }
p { color: rgb(21,191,205); }
H1.HeaderClassName
{
color: #15BFCD;
}
.AnyTagClassName
{
color: #15BFCD;
}
</style>
background-color css
<style>
a { background-color: #15BFCD; }
a { background-color: rgb(21,191,205); }
div.DivClassName
{
background-color: #15BFCD;
}
.BgClassName
{
background-color: #15BFCD;
}
</style>
border-color css
<style>
span { border-color: #15BFCD; }
span { border-color: rgb(21,191,205); }
td.TdClassName
{
border-color: #15BFCD;
}
.TagClassName
{
border-color: #15BFCD;
}
</style>