Shades of Iris Blue #17ACDA
Tints of Iris Blue #17ACDA
RGB
CMYK
RGB Variations
Color information
#17ACDA (or 0x17ACDA) is known color: Iris Blue. HEX triplet: 17, AC and DA. RGB value is (23,172,218). Sum of RGB (Red+Green+Blue) = 23+172+218=413 (54% of max value = 765). Red value is 23 (9.38% from 255 or 5.57% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #17ACDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17ACDA is #E85325. Grayscale: #848484. Windows color (decimal): -15225638 or 14330903. OLE color: 14330903.
HSL color Cylindrical-coordinate representation of color #17ACDA: hue angle of 194.15º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17ACDA is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 23 | 172 | 218 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.15 |
| HSL | 194.15º | 0.81% | 0.47% | - |
| HSV(B) | 194.15º | 0.89% | 0.85% | - |
| XYZ | 27.76 | 34.75 | 71.57 | - |
| YUV | 132.69 | 176.14 | 49.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 172 | 218 | 0.89 | 0.21 | 0 | 0.15 | 194.15 | 0.81 | 0.47 |
| Hex | 17 | AC | DA | 59 | 15 | 0 | F | C2 | 51 | 2F |
| Octal | 27 | 254 | 332 | 131 | 25 | 0 | 17 | 302 | 121 | 57 |
| Binary | 10111 | 10101100 | 11011010 | 1011001 | 10101 | 0 | 1111 | 11000010 | 1010001 | 101111 |
Color Harmonies of #17ACDA
Complementary color
Monochromatic Colors of #17ACDA
Black with #17ACDA
Text Example
Text Example
White with #17ACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17ACDA; }
p { color: rgb(23,172,218); }
H1.HeaderClassName
{
color: #17ACDA;
}
.AnyTagClassName
{
color: #17ACDA;
}
</style>
background-color css
<style>
a { background-color: #17ACDA; }
a { background-color: rgb(23,172,218); }
div.DivClassName
{
background-color: #17ACDA;
}
.BgClassName
{
background-color: #17ACDA;
}
</style>
border-color css
<style>
span { border-color: #17ACDA; }
span { border-color: rgb(23,172,218); }
td.TdClassName
{
border-color: #17ACDA;
}
.TagClassName
{
border-color: #17ACDA;
}
</style>