Shades of Iris Blue #17ACDB
Tints of Iris Blue #17ACDB
RGB
CMYK
RGB Variations
Color information
#17ACDB (or 0x17ACDB) is known color: Iris Blue. HEX triplet: 17, AC and DB. RGB value is (23,172,219). Sum of RGB (Red+Green+Blue) = 23+172+219=414 (54% of max value = 765). Red value is 23 (9.38% from 255 or 5.56% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #17ACDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17ACDB is #E85324. Grayscale: #848484. Windows color (decimal): -15225637 or 14396439. OLE color: 14396439.
HSL color Cylindrical-coordinate representation of color #17ACDB: hue angle of 194.39º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17ACDB is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 172 | 219 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.14 |
| HSL | 194.39º | 0.81% | 0.47% | - |
| HSV(B) | 194.39º | 0.89% | 0.86% | - |
| XYZ | 27.89 | 34.8 | 72.27 | - |
| YUV | 132.81 | 176.64 | 49.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 172 | 219 | 0.89 | 0.21 | 0 | 0.14 | 194.39 | 0.81 | 0.47 |
| Hex | 17 | AC | DB | 59 | 15 | 0 | E | C2 | 51 | 2F |
| Octal | 27 | 254 | 333 | 131 | 25 | 0 | 16 | 302 | 121 | 57 |
| Binary | 10111 | 10101100 | 11011011 | 1011001 | 10101 | 0 | 1110 | 11000010 | 1010001 | 101111 |
Color Harmonies of #17ACDB
Complementary color
Monochromatic Colors of #17ACDB
Black with #17ACDB
Text Example
Text Example
White with #17ACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17ACDB; }
p { color: rgb(23,172,219); }
H1.HeaderClassName
{
color: #17ACDB;
}
.AnyTagClassName
{
color: #17ACDB;
}
</style>
background-color css
<style>
a { background-color: #17ACDB; }
a { background-color: rgb(23,172,219); }
div.DivClassName
{
background-color: #17ACDB;
}
.BgClassName
{
background-color: #17ACDB;
}
</style>
border-color css
<style>
span { border-color: #17ACDB; }
span { border-color: rgb(23,172,219); }
td.TdClassName
{
border-color: #17ACDB;
}
.TagClassName
{
border-color: #17ACDB;
}
</style>