Shades of Iris Blue #15ABCC
Tints of Iris Blue #15ABCC
RGB
CMYK
RGB Variations
Color information
#15ABCC (or 0x15ABCC) is known color: Iris Blue. HEX triplet: 15, AB and CC. RGB value is (21,171,204). Sum of RGB (Red+Green+Blue) = 21+171+204=396 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.30% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #15ABCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15ABCC is #EA5433. Grayscale: #818181. Windows color (decimal): -15356980 or 13413141. OLE color: 13413141.
HSL color Cylindrical-coordinate representation of color #15ABCC: hue angle of 190.82º 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 #15ABCC is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 171 | 204 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.2 |
| HSL | 190.82º | 0.81% | 0.44% | - |
| HSV(B) | 190.82º | 0.9% | 0.8% | - |
| XYZ | 25.77 | 33.64 | 62.26 | - |
| YUV | 129.91 | 169.81 | 50.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 171 | 204 | 0.90 | 0.16 | 0 | 0.2 | 190.82 | 0.81 | 0.44 |
| Hex | 15 | AB | CC | 5A | 10 | 0 | 14 | BF | 51 | 2C |
| Octal | 25 | 253 | 314 | 132 | 20 | 0 | 24 | 277 | 121 | 54 |
| Binary | 10101 | 10101011 | 11001100 | 1011010 | 10000 | 0 | 10100 | 10111111 | 1010001 | 101100 |
Color Harmonies of #15ABCC
Complementary color
Monochromatic Colors of #15ABCC
Black with #15ABCC
Text Example
Text Example
White with #15ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15ABCC; }
p { color: rgb(21,171,204); }
H1.HeaderClassName
{
color: #15ABCC;
}
.AnyTagClassName
{
color: #15ABCC;
}
</style>
background-color css
<style>
a { background-color: #15ABCC; }
a { background-color: rgb(21,171,204); }
div.DivClassName
{
background-color: #15ABCC;
}
.BgClassName
{
background-color: #15ABCC;
}
</style>
border-color css
<style>
span { border-color: #15ABCC; }
span { border-color: rgb(21,171,204); }
td.TdClassName
{
border-color: #15ABCC;
}
.TagClassName
{
border-color: #15ABCC;
}
</style>