Shades of Iris Blue #17ACC7
Tints of Iris Blue #17ACC7
RGB
CMYK
RGB Variations
Color information
#17ACC7 (or 0x17ACC7) is known color: Iris Blue. HEX triplet: 17, AC and C7. RGB value is (23,172,199). Sum of RGB (Red+Green+Blue) = 23+172+199=394 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.84% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 199 (78.12% from 255 or 50.51% from 394); Max value from RGB is 199 - color contains mainly: blue. Hex color #17ACC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17ACC7 is #E85338. Grayscale: #828282. Windows color (decimal): -15225657 or 13085719. OLE color: 13085719.
HSL color Cylindrical-coordinate representation of color #17ACC7: hue angle of 189.2º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17ACC7 is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 23 | 172 | 199 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.22 |
| HSL | 189.2º | 0.79% | 0.44% | - |
| HSV(B) | 189.2º | 0.88% | 0.78% | - |
| XYZ | 25.41 | 33.81 | 59.22 | - |
| YUV | 130.53 | 166.64 | 51.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 172 | 199 | 0.88 | 0.14 | 0 | 0.22 | 189.2 | 0.79 | 0.44 |
| Hex | 17 | AC | C7 | 58 | E | 0 | 16 | BD | 4F | 2C |
| Octal | 27 | 254 | 307 | 130 | 16 | 0 | 26 | 275 | 117 | 54 |
| Binary | 10111 | 10101100 | 11000111 | 1011000 | 1110 | 0 | 10110 | 10111101 | 1001111 | 101100 |
Color Harmonies of #17ACC7
Complementary color
Monochromatic Colors of #17ACC7
Black with #17ACC7
Text Example
Text Example
White with #17ACC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17ACC7; }
p { color: rgb(23,172,199); }
H1.HeaderClassName
{
color: #17ACC7;
}
.AnyTagClassName
{
color: #17ACC7;
}
</style>
background-color css
<style>
a { background-color: #17ACC7; }
a { background-color: rgb(23,172,199); }
div.DivClassName
{
background-color: #17ACC7;
}
.BgClassName
{
background-color: #17ACC7;
}
</style>
border-color css
<style>
span { border-color: #17ACC7; }
span { border-color: rgb(23,172,199); }
td.TdClassName
{
border-color: #17ACC7;
}
.TagClassName
{
border-color: #17ACC7;
}
</style>