Shades of Iris Blue #15B0DC
Tints of Iris Blue #15B0DC
RGB
CMYK
RGB Variations
Color information
#15B0DC (or 0x15B0DC) is known color: Iris Blue. HEX triplet: 15, B0 and DC. RGB value is (21,176,220). Sum of RGB (Red+Green+Blue) = 21+176+220=417 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.04% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #15B0DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15B0DC is #EA4F23. Grayscale: #868686. Windows color (decimal): -15355684 or 14462997. OLE color: 14462997.
HSL color Cylindrical-coordinate representation of color #15B0DC: hue angle of 193.27º 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 #15B0DC is Cyan = 0.90, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 176 | 220 | - |
| CMYK | 0.90 | 0.2 | 0 | 0.14 |
| HSL | 193.27º | 0.83% | 0.47% | - |
| HSV(B) | 193.27º | 0.9% | 0.86% | - |
| XYZ | 28.75 | 36.38 | 73.22 | - |
| YUV | 134.67 | 176.15 | 46.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 176 | 220 | 0.90 | 0.2 | 0 | 0.14 | 193.27 | 0.83 | 0.47 |
| Hex | 15 | B0 | DC | 5A | 14 | 0 | E | C1 | 53 | 2F |
| Octal | 25 | 260 | 334 | 132 | 24 | 0 | 16 | 301 | 123 | 57 |
| Binary | 10101 | 10110000 | 11011100 | 1011010 | 10100 | 0 | 1110 | 11000001 | 1010011 | 101111 |
Color Harmonies of #15B0DC
Complementary color
Monochromatic Colors of #15B0DC
Black with #15B0DC
Text Example
Text Example
White with #15B0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15B0DC; }
p { color: rgb(21,176,220); }
H1.HeaderClassName
{
color: #15B0DC;
}
.AnyTagClassName
{
color: #15B0DC;
}
</style>
background-color css
<style>
a { background-color: #15B0DC; }
a { background-color: rgb(21,176,220); }
div.DivClassName
{
background-color: #15B0DC;
}
.BgClassName
{
background-color: #15B0DC;
}
</style>
border-color css
<style>
span { border-color: #15B0DC; }
span { border-color: rgb(21,176,220); }
td.TdClassName
{
border-color: #15B0DC;
}
.TagClassName
{
border-color: #15B0DC;
}
</style>