Shades of Iris Blue #17C0C7
Tints of Iris Blue #17C0C7
RGB
CMYK
RGB Variations
Color information
#17C0C7 (or 0x17C0C7) is known color: Iris Blue. HEX triplet: 17, C0 and C7. RGB value is (23,192,199). Sum of RGB (Red+Green+Blue) = 23+192+199=414 (54% of max value = 765). Red value is 23 (9.38% from 255 or 5.56% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 199 (78.12% from 255 or 48.07% from 414); Max value from RGB is 199 - color contains mainly: blue. Hex color #17C0C7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17C0C7 is #E83F38. Grayscale: #8E8E8E. Windows color (decimal): -15220537 or 13090839. OLE color: 13090839.
HSL color Cylindrical-coordinate representation of color #17C0C7: hue angle of 182.39º 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 #17C0C7 is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 23 | 192 | 199 | - |
| CMYK | 0.88 | 0.04 | 0 | 0.22 |
| HSL | 182.39º | 0.79% | 0.44% | - |
| HSV(B) | 182.39º | 0.88% | 0.78% | - |
| XYZ | 29.51 | 42 | 60.59 | - |
| YUV | 142.27 | 160.01 | 42.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 192 | 199 | 0.88 | 0.04 | 0 | 0.22 | 182.39 | 0.79 | 0.44 |
| Hex | 17 | C0 | C7 | 58 | 4 | 0 | 16 | B6 | 4F | 2C |
| Octal | 27 | 300 | 307 | 130 | 4 | 0 | 26 | 266 | 117 | 54 |
| Binary | 10111 | 11000000 | 11000111 | 1011000 | 100 | 0 | 10110 | 10110110 | 1001111 | 101100 |
Color Harmonies of #17C0C7
Complementary color
Monochromatic Colors of #17C0C7
Black with #17C0C7
Text Example
Text Example
White with #17C0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17C0C7; }
p { color: rgb(23,192,199); }
H1.HeaderClassName
{
color: #17C0C7;
}
.AnyTagClassName
{
color: #17C0C7;
}
</style>
background-color css
<style>
a { background-color: #17C0C7; }
a { background-color: rgb(23,192,199); }
div.DivClassName
{
background-color: #17C0C7;
}
.BgClassName
{
background-color: #17C0C7;
}
</style>
border-color css
<style>
span { border-color: #17C0C7; }
span { border-color: rgb(23,192,199); }
td.TdClassName
{
border-color: #17C0C7;
}
.TagClassName
{
border-color: #17C0C7;
}
</style>