Shades of Iris Blue #17AAC2
Tints of Iris Blue #17AAC2
RGB
CMYK
RGB Variations
Color information
#17AAC2 (or 0x17AAC2) is known color: Iris Blue. HEX triplet: 17, AA and C2. RGB value is (23,170,194). Sum of RGB (Red+Green+Blue) = 23+170+194=387 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.94% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 194 (76.17% from 255 or 50.13% from 387); Max value from RGB is 194 - color contains mainly: blue. Hex color #17AAC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17AAC2 is #E8553D. Grayscale: #808080. Windows color (decimal): -15226174 or 12757527. OLE color: 12757527.
HSL color Cylindrical-coordinate representation of color #17AAC2: hue angle of 188.42º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17AAC2 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 23 | 170 | 194 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.24 |
| HSL | 188.42º | 0.79% | 0.43% | - |
| HSV(B) | 188.42º | 0.88% | 0.76% | - |
| XYZ | 24.47 | 32.83 | 56.09 | - |
| YUV | 128.78 | 164.8 | 52.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 170 | 194 | 0.88 | 0.12 | 0 | 0.24 | 188.42 | 0.79 | 0.43 |
| Hex | 17 | AA | C2 | 58 | C | 0 | 18 | BC | 4F | 2B |
| Octal | 27 | 252 | 302 | 130 | 14 | 0 | 30 | 274 | 117 | 53 |
| Binary | 10111 | 10101010 | 11000010 | 1011000 | 1100 | 0 | 11000 | 10111100 | 1001111 | 101011 |
Color Harmonies of #17AAC2
Complementary color
Monochromatic Colors of #17AAC2
Black with #17AAC2
Text Example
Text Example
White with #17AAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17AAC2; }
p { color: rgb(23,170,194); }
H1.HeaderClassName
{
color: #17AAC2;
}
.AnyTagClassName
{
color: #17AAC2;
}
</style>
background-color css
<style>
a { background-color: #17AAC2; }
a { background-color: rgb(23,170,194); }
div.DivClassName
{
background-color: #17AAC2;
}
.BgClassName
{
background-color: #17AAC2;
}
</style>
border-color css
<style>
span { border-color: #17AAC2; }
span { border-color: rgb(23,170,194); }
td.TdClassName
{
border-color: #17AAC2;
}
.TagClassName
{
border-color: #17AAC2;
}
</style>