Shades of Iris Blue #15ADCC
Tints of Iris Blue #15ADCC
RGB
CMYK
RGB Variations
Color information
#15ADCC (or 0x15ADCC) is known color: Iris Blue. HEX triplet: 15, AD and CC. RGB value is (21,173,204). Sum of RGB (Red+Green+Blue) = 21+173+204=398 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.28% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #15ADCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15ADCC is #EA5233. Grayscale: #828282. Windows color (decimal): -15356468 or 13413653. OLE color: 13413653.
HSL color Cylindrical-coordinate representation of color #15ADCC: hue angle of 190.16º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15ADCC is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 173 | 204 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.2 |
| HSL | 190.16º | 0.81% | 0.44% | - |
| HSV(B) | 190.16º | 0.9% | 0.8% | - |
| XYZ | 26.15 | 34.41 | 62.39 | - |
| YUV | 131.09 | 169.14 | 49.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 173 | 204 | 0.90 | 0.15 | 0 | 0.2 | 190.16 | 0.81 | 0.44 |
| Hex | 15 | AD | CC | 5A | F | 0 | 14 | BE | 51 | 2C |
| Octal | 25 | 255 | 314 | 132 | 17 | 0 | 24 | 276 | 121 | 54 |
| Binary | 10101 | 10101101 | 11001100 | 1011010 | 1111 | 0 | 10100 | 10111110 | 1010001 | 101100 |
Color Harmonies of #15ADCC
Complementary color
Monochromatic Colors of #15ADCC
Black with #15ADCC
Text Example
Text Example
White with #15ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15ADCC; }
p { color: rgb(21,173,204); }
H1.HeaderClassName
{
color: #15ADCC;
}
.AnyTagClassName
{
color: #15ADCC;
}
</style>
background-color css
<style>
a { background-color: #15ADCC; }
a { background-color: rgb(21,173,204); }
div.DivClassName
{
background-color: #15ADCC;
}
.BgClassName
{
background-color: #15ADCC;
}
</style>
border-color css
<style>
span { border-color: #15ADCC; }
span { border-color: rgb(21,173,204); }
td.TdClassName
{
border-color: #15ADCC;
}
.TagClassName
{
border-color: #15ADCC;
}
</style>