Shades of Iris Blue #15B0DD
Tints of Iris Blue #15B0DD
RGB
CMYK
RGB Variations
Color information
#15B0DD (or 0x15B0DD) is known color: Iris Blue. HEX triplet: 15, B0 and DD. RGB value is (21,176,221). Sum of RGB (Red+Green+Blue) = 21+176+221=418 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.02% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #15B0DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15B0DD is #EA4F22. Grayscale: #868686. Windows color (decimal): -15355683 or 14528533. OLE color: 14528533.
HSL color Cylindrical-coordinate representation of color #15B0DD: hue angle of 193.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15B0DD is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 176 | 221 | - |
| CMYK | 0.90 | 0.20 | 0 | 0.13 |
| HSL | 193.5º | 0.83% | 0.47% | - |
| HSV(B) | 193.5º | 0.9% | 0.87% | - |
| XYZ | 28.89 | 36.43 | 73.92 | - |
| YUV | 134.79 | 176.65 | 46.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 176 | 221 | 0.90 | 0.20 | 0 | 0.13 | 193.5 | 0.83 | 0.47 |
| Hex | 15 | B0 | DD | 5A | 14 | 0 | D | C2 | 53 | 2F |
| Octal | 25 | 260 | 335 | 132 | 24 | 0 | 15 | 302 | 123 | 57 |
| Binary | 10101 | 10110000 | 11011101 | 1011010 | 10100 | 0 | 1101 | 11000010 | 1010011 | 101111 |
Color Harmonies of #15B0DD
Complementary color
Monochromatic Colors of #15B0DD
Black with #15B0DD
Text Example
Text Example
White with #15B0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15B0DD; }
p { color: rgb(21,176,221); }
H1.HeaderClassName
{
color: #15B0DD;
}
.AnyTagClassName
{
color: #15B0DD;
}
</style>
background-color css
<style>
a { background-color: #15B0DD; }
a { background-color: rgb(21,176,221); }
div.DivClassName
{
background-color: #15B0DD;
}
.BgClassName
{
background-color: #15B0DD;
}
</style>
border-color css
<style>
span { border-color: #15B0DD; }
span { border-color: rgb(21,176,221); }
td.TdClassName
{
border-color: #15B0DD;
}
.TagClassName
{
border-color: #15B0DD;
}
</style>