Shades of Iris Blue #15ACCE
Tints of Iris Blue #15ACCE
RGB
CMYK
RGB Variations
Color information
#15ACCE (or 0x15ACCE) is known color: Iris Blue. HEX triplet: 15, AC and CE. RGB value is (21,172,206). Sum of RGB (Red+Green+Blue) = 21+172+206=399 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.26% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #15ACCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15ACCE is #EA5331. Grayscale: #828282. Windows color (decimal): -15356722 or 13544469. OLE color: 13544469.
HSL color Cylindrical-coordinate representation of color #15ACCE: hue angle of 191.03º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15ACCE is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 172 | 206 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.19 |
| HSL | 191.03º | 0.81% | 0.45% | - |
| HSV(B) | 191.03º | 0.9% | 0.81% | - |
| XYZ | 26.2 | 34.12 | 63.6 | - |
| YUV | 130.73 | 170.47 | 49.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 172 | 206 | 0.90 | 0.17 | 0 | 0.19 | 191.03 | 0.81 | 0.45 |
| Hex | 15 | AC | CE | 5A | 11 | 0 | 13 | BF | 51 | 2D |
| Octal | 25 | 254 | 316 | 132 | 21 | 0 | 23 | 277 | 121 | 55 |
| Binary | 10101 | 10101100 | 11001110 | 1011010 | 10001 | 0 | 10011 | 10111111 | 1010001 | 101101 |
Color Harmonies of #15ACCE
Complementary color
Monochromatic Colors of #15ACCE
Black with #15ACCE
Text Example
Text Example
White with #15ACCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15ACCE; }
p { color: rgb(21,172,206); }
H1.HeaderClassName
{
color: #15ACCE;
}
.AnyTagClassName
{
color: #15ACCE;
}
</style>
background-color css
<style>
a { background-color: #15ACCE; }
a { background-color: rgb(21,172,206); }
div.DivClassName
{
background-color: #15ACCE;
}
.BgClassName
{
background-color: #15ACCE;
}
</style>
border-color css
<style>
span { border-color: #15ACCE; }
span { border-color: rgb(21,172,206); }
td.TdClassName
{
border-color: #15ACCE;
}
.TagClassName
{
border-color: #15ACCE;
}
</style>