Shades of Iris Blue #15BAD0
Tints of Iris Blue #15BAD0
RGB
CMYK
RGB Variations
Color information
#15BAD0 (or 0x15BAD0) is known color: Iris Blue. HEX triplet: 15, BA and D0. RGB value is (21,186,208). Sum of RGB (Red+Green+Blue) = 21+186+208=415 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.06% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 208 (81.64% from 255 or 50.12% from 415); Max value from RGB is 208 - color contains mainly: blue. Hex color #15BAD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BAD0 is #EA452F. Grayscale: #8A8A8A. Windows color (decimal): -15353136 or 13679125. OLE color: 13679125.
HSL color Cylindrical-coordinate representation of color #15BAD0: hue angle of 187.06º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15BAD0 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 186 | 208 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.18 |
| HSL | 187.06º | 0.82% | 0.45% | - |
| HSV(B) | 187.06º | 0.9% | 0.82% | - |
| XYZ | 29.25 | 39.83 | 65.82 | - |
| YUV | 139.17 | 166.84 | 43.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 186 | 208 | 0.90 | 0.11 | 0 | 0.18 | 187.06 | 0.82 | 0.45 |
| Hex | 15 | BA | D0 | 5A | B | 0 | 12 | BB | 52 | 2D |
| Octal | 25 | 272 | 320 | 132 | 13 | 0 | 22 | 273 | 122 | 55 |
| Binary | 10101 | 10111010 | 11010000 | 1011010 | 1011 | 0 | 10010 | 10111011 | 1010010 | 101101 |
Color Harmonies of #15BAD0
Complementary color
Monochromatic Colors of #15BAD0
Black with #15BAD0
Text Example
Text Example
White with #15BAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BAD0; }
p { color: rgb(21,186,208); }
H1.HeaderClassName
{
color: #15BAD0;
}
.AnyTagClassName
{
color: #15BAD0;
}
</style>
background-color css
<style>
a { background-color: #15BAD0; }
a { background-color: rgb(21,186,208); }
div.DivClassName
{
background-color: #15BAD0;
}
.BgClassName
{
background-color: #15BAD0;
}
</style>
border-color css
<style>
span { border-color: #15BAD0; }
span { border-color: rgb(21,186,208); }
td.TdClassName
{
border-color: #15BAD0;
}
.TagClassName
{
border-color: #15BAD0;
}
</style>