Shades of Iris Blue #17ABCC
Tints of Iris Blue #17ABCC
RGB
CMYK
RGB Variations
Color information
#17ABCC (or 0x17ABCC) is known color: Iris Blue. HEX triplet: 17, AB and CC. RGB value is (23,171,204). Sum of RGB (Red+Green+Blue) = 23+171+204=398 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.78% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #17ABCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17ABCC is #E85433. Grayscale: #828282. Windows color (decimal): -15225908 or 13413143. OLE color: 13413143.
HSL color Cylindrical-coordinate representation of color #17ABCC: hue angle of 190.94º 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 #17ABCC is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 23 | 171 | 204 | - |
| CMYK | 0.89 | 0.16 | 0 | 0.2 |
| HSL | 190.94º | 0.8% | 0.45% | - |
| HSV(B) | 190.94º | 0.89% | 0.8% | - |
| XYZ | 25.82 | 33.67 | 62.26 | - |
| YUV | 130.51 | 169.47 | 51.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 171 | 204 | 0.89 | 0.16 | 0 | 0.2 | 190.94 | 0.8 | 0.45 |
| Hex | 17 | AB | CC | 59 | 10 | 0 | 14 | BF | 50 | 2D |
| Octal | 27 | 253 | 314 | 131 | 20 | 0 | 24 | 277 | 120 | 55 |
| Binary | 10111 | 10101011 | 11001100 | 1011001 | 10000 | 0 | 10100 | 10111111 | 1010000 | 101101 |
Color Harmonies of #17ABCC
Complementary color
Monochromatic Colors of #17ABCC
Black with #17ABCC
Text Example
Text Example
White with #17ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17ABCC; }
p { color: rgb(23,171,204); }
H1.HeaderClassName
{
color: #17ABCC;
}
.AnyTagClassName
{
color: #17ABCC;
}
</style>
background-color css
<style>
a { background-color: #17ABCC; }
a { background-color: rgb(23,171,204); }
div.DivClassName
{
background-color: #17ABCC;
}
.BgClassName
{
background-color: #17ABCC;
}
</style>
border-color css
<style>
span { border-color: #17ABCC; }
span { border-color: rgb(23,171,204); }
td.TdClassName
{
border-color: #17ABCC;
}
.TagClassName
{
border-color: #17ABCC;
}
</style>