Shades of Iris Blue #15BDD8
Tints of Iris Blue #15BDD8
RGB
CMYK
RGB Variations
Color information
#15BDD8 (or 0x15BDD8) is known color: Iris Blue. HEX triplet: 15, BD and D8. RGB value is (21,189,216). Sum of RGB (Red+Green+Blue) = 21+189+216=426 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.93% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 216 (84.77% from 255 or 50.70% from 426); Max value from RGB is 216 - color contains mainly: blue. Hex color #15BDD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BDD8 is #EA4227. Grayscale: #8D8D8D. Windows color (decimal): -15352360 or 14204181. OLE color: 14204181.
HSL color Cylindrical-coordinate representation of color #15BDD8: hue angle of 188.31º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15BDD8 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 189 | 216 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.15 |
| HSL | 188.31º | 0.82% | 0.46% | - |
| HSV(B) | 188.31º | 0.9% | 0.85% | - |
| XYZ | 30.9 | 41.51 | 71.35 | - |
| YUV | 141.85 | 169.84 | 41.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 189 | 216 | 0.90 | 0.12 | 0 | 0.15 | 188.31 | 0.82 | 0.46 |
| Hex | 15 | BD | D8 | 5A | C | 0 | F | BC | 52 | 2E |
| Octal | 25 | 275 | 330 | 132 | 14 | 0 | 17 | 274 | 122 | 56 |
| Binary | 10101 | 10111101 | 11011000 | 1011010 | 1100 | 0 | 1111 | 10111100 | 1010010 | 101110 |
Color Harmonies of #15BDD8
Complementary color
Monochromatic Colors of #15BDD8
Black with #15BDD8
Text Example
Text Example
White with #15BDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BDD8; }
p { color: rgb(21,189,216); }
H1.HeaderClassName
{
color: #15BDD8;
}
.AnyTagClassName
{
color: #15BDD8;
}
</style>
background-color css
<style>
a { background-color: #15BDD8; }
a { background-color: rgb(21,189,216); }
div.DivClassName
{
background-color: #15BDD8;
}
.BgClassName
{
background-color: #15BDD8;
}
</style>
border-color css
<style>
span { border-color: #15BDD8; }
span { border-color: rgb(21,189,216); }
td.TdClassName
{
border-color: #15BDD8;
}
.TagClassName
{
border-color: #15BDD8;
}
</style>