Shades of Iris Blue #15ADD4
Tints of Iris Blue #15ADD4
RGB
CMYK
RGB Variations
Color information
#15ADD4 (or 0x15ADD4) is known color: Iris Blue. HEX triplet: 15, AD and D4. RGB value is (21,173,212). Sum of RGB (Red+Green+Blue) = 21+173+212=406 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.17% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 212 (83.20% from 255 or 52.22% from 406); Max value from RGB is 212 - color contains mainly: blue. Hex color #15ADD4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15ADD4 is #EA522B. Grayscale: #838383. Windows color (decimal): -15356460 or 13937941. OLE color: 13937941.
HSL color Cylindrical-coordinate representation of color #15ADD4: hue angle of 192.25º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15ADD4 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 21 | 173 | 212 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.17 |
| HSL | 192.25º | 0.82% | 0.46% | - |
| HSV(B) | 192.25º | 0.9% | 0.83% | - |
| XYZ | 27.14 | 34.8 | 67.57 | - |
| YUV | 132 | 173.14 | 48.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 173 | 212 | 0.90 | 0.18 | 0 | 0.17 | 192.25 | 0.82 | 0.46 |
| Hex | 15 | AD | D4 | 5A | 12 | 0 | 11 | C0 | 52 | 2E |
| Octal | 25 | 255 | 324 | 132 | 22 | 0 | 21 | 300 | 122 | 56 |
| Binary | 10101 | 10101101 | 11010100 | 1011010 | 10010 | 0 | 10001 | 11000000 | 1010010 | 101110 |
Color Harmonies of #15ADD4
Complementary color
Monochromatic Colors of #15ADD4
Black with #15ADD4
Text Example
Text Example
White with #15ADD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15ADD4; }
p { color: rgb(21,173,212); }
H1.HeaderClassName
{
color: #15ADD4;
}
.AnyTagClassName
{
color: #15ADD4;
}
</style>
background-color css
<style>
a { background-color: #15ADD4; }
a { background-color: rgb(21,173,212); }
div.DivClassName
{
background-color: #15ADD4;
}
.BgClassName
{
background-color: #15ADD4;
}
</style>
border-color css
<style>
span { border-color: #15ADD4; }
span { border-color: rgb(21,173,212); }
td.TdClassName
{
border-color: #15ADD4;
}
.TagClassName
{
border-color: #15ADD4;
}
</style>