Shades of Iris Blue #15BFDC
Tints of Iris Blue #15BFDC
RGB
CMYK
RGB Variations
Color information
#15BFDC (or 0x15BFDC) is known color: Iris Blue. HEX triplet: 15, BF and DC. RGB value is (21,191,220). Sum of RGB (Red+Green+Blue) = 21+191+220=432 (57% of max value = 765). Red value is 21 (8.59% from 255 or 4.86% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #15BFDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BFDC is #EA4023. Grayscale: #8F8F8F. Windows color (decimal): -15351844 or 14466837. OLE color: 14466837.
HSL color Cylindrical-coordinate representation of color #15BFDC: hue angle of 188.74º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15BFDC is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 191 | 220 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.14 |
| HSL | 188.74º | 0.83% | 0.47% | - |
| HSV(B) | 188.74º | 0.9% | 0.86% | - |
| XYZ | 31.86 | 42.59 | 74.25 | - |
| YUV | 143.48 | 171.18 | 40.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 191 | 220 | 0.90 | 0.13 | 0 | 0.14 | 188.74 | 0.83 | 0.47 |
| Hex | 15 | BF | DC | 5A | D | 0 | E | BD | 53 | 2F |
| Octal | 25 | 277 | 334 | 132 | 15 | 0 | 16 | 275 | 123 | 57 |
| Binary | 10101 | 10111111 | 11011100 | 1011010 | 1101 | 0 | 1110 | 10111101 | 1010011 | 101111 |
Color Harmonies of #15BFDC
Complementary color
Monochromatic Colors of #15BFDC
Black with #15BFDC
Text Example
Text Example
White with #15BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BFDC; }
p { color: rgb(21,191,220); }
H1.HeaderClassName
{
color: #15BFDC;
}
.AnyTagClassName
{
color: #15BFDC;
}
</style>
background-color css
<style>
a { background-color: #15BFDC; }
a { background-color: rgb(21,191,220); }
div.DivClassName
{
background-color: #15BFDC;
}
.BgClassName
{
background-color: #15BFDC;
}
</style>
border-color css
<style>
span { border-color: #15BFDC; }
span { border-color: rgb(21,191,220); }
td.TdClassName
{
border-color: #15BFDC;
}
.TagClassName
{
border-color: #15BFDC;
}
</style>