Shades of Iris Blue #17A8CC
Tints of Iris Blue #17A8CC
RGB
CMYK
RGB Variations
Color information
#17A8CC (or 0x17A8CC) is known color: Iris Blue. HEX triplet: 17, A8 and CC. RGB value is (23,168,204). Sum of RGB (Red+Green+Blue) = 23+168+204=395 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.82% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #17A8CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17A8CC is #E85733. Grayscale: #808080. Windows color (decimal): -15226676 or 13412375. OLE color: 13412375.
HSL color Cylindrical-coordinate representation of color #17A8CC: hue angle of 191.93º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17A8CC is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 23 | 168 | 204 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.2 |
| HSL | 191.93º | 0.8% | 0.45% | - |
| HSV(B) | 191.93º | 0.89% | 0.8% | - |
| XYZ | 25.26 | 32.55 | 62.08 | - |
| YUV | 128.75 | 170.46 | 52.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 168 | 204 | 0.89 | 0.18 | 0 | 0.2 | 191.93 | 0.8 | 0.45 |
| Hex | 17 | A8 | CC | 59 | 12 | 0 | 14 | C0 | 50 | 2D |
| Octal | 27 | 250 | 314 | 131 | 22 | 0 | 24 | 300 | 120 | 55 |
| Binary | 10111 | 10101000 | 11001100 | 1011001 | 10010 | 0 | 10100 | 11000000 | 1010000 | 101101 |
Color Harmonies of #17A8CC
Complementary color
Monochromatic Colors of #17A8CC
Black with #17A8CC
Text Example
Text Example
White with #17A8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17A8CC; }
p { color: rgb(23,168,204); }
H1.HeaderClassName
{
color: #17A8CC;
}
.AnyTagClassName
{
color: #17A8CC;
}
</style>
background-color css
<style>
a { background-color: #17A8CC; }
a { background-color: rgb(23,168,204); }
div.DivClassName
{
background-color: #17A8CC;
}
.BgClassName
{
background-color: #17A8CC;
}
</style>
border-color css
<style>
span { border-color: #17A8CC; }
span { border-color: rgb(23,168,204); }
td.TdClassName
{
border-color: #17A8CC;
}
.TagClassName
{
border-color: #17A8CC;
}
</style>