Shades of Iris Blue #17AFC7
Tints of Iris Blue #17AFC7
RGB
CMYK
RGB Variations
Color information
#17AFC7 (or 0x17AFC7) is known color: Iris Blue. HEX triplet: 17, AF and C7. RGB value is (23,175,199). Sum of RGB (Red+Green+Blue) = 23+175+199=397 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.79% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 199 (78.12% from 255 or 50.13% from 397); Max value from RGB is 199 - color contains mainly: blue. Hex color #17AFC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17AFC7 is #E85038. Grayscale: #848484. Windows color (decimal): -15224889 or 13086487. OLE color: 13086487.
HSL color Cylindrical-coordinate representation of color #17AFC7: hue angle of 188.18º 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 #17AFC7 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 23 | 175 | 199 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.22 |
| HSL | 188.18º | 0.79% | 0.44% | - |
| HSV(B) | 188.18º | 0.88% | 0.78% | - |
| XYZ | 25.99 | 34.97 | 59.41 | - |
| YUV | 132.29 | 165.64 | 50.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 175 | 199 | 0.88 | 0.12 | 0 | 0.22 | 188.18 | 0.79 | 0.44 |
| Hex | 17 | AF | C7 | 58 | C | 0 | 16 | BC | 4F | 2C |
| Octal | 27 | 257 | 307 | 130 | 14 | 0 | 26 | 274 | 117 | 54 |
| Binary | 10111 | 10101111 | 11000111 | 1011000 | 1100 | 0 | 10110 | 10111100 | 1001111 | 101100 |
Color Harmonies of #17AFC7
Complementary color
Monochromatic Colors of #17AFC7
Black with #17AFC7
Text Example
Text Example
White with #17AFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17AFC7; }
p { color: rgb(23,175,199); }
H1.HeaderClassName
{
color: #17AFC7;
}
.AnyTagClassName
{
color: #17AFC7;
}
</style>
background-color css
<style>
a { background-color: #17AFC7; }
a { background-color: rgb(23,175,199); }
div.DivClassName
{
background-color: #17AFC7;
}
.BgClassName
{
background-color: #17AFC7;
}
</style>
border-color css
<style>
span { border-color: #17AFC7; }
span { border-color: rgb(23,175,199); }
td.TdClassName
{
border-color: #17AFC7;
}
.TagClassName
{
border-color: #17AFC7;
}
</style>