Shades of Iris Blue #17AEC0
Tints of Iris Blue #17AEC0
RGB
CMYK
RGB Variations
Color information
#17AEC0 (or 0x17AEC0) is known color: Iris Blue. HEX triplet: 17, AE and C0. RGB value is (23,174,192). Sum of RGB (Red+Green+Blue) = 23+174+192=389 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.91% from 389); Green value is 174 (68.36% from 255 or 44.73% from 389); Blue value is 192 (75.39% from 255 or 49.36% from 389); Max value from RGB is 192 - color contains mainly: blue. Hex color #17AEC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17AEC0 is #E8513F. Grayscale: #828282. Windows color (decimal): -15225152 or 12627479. OLE color: 12627479.
HSL color Cylindrical-coordinate representation of color #17AEC0: hue angle of 186.39º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17AEC0 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 174 | 192 | - |
| CMYK | 0.88 | 0.09 | 0 | 0.25 |
| HSL | 186.39º | 0.79% | 0.42% | - |
| HSV(B) | 186.39º | 0.88% | 0.75% | - |
| XYZ | 25 | 34.26 | 55.16 | - |
| YUV | 130.9 | 162.47 | 51.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 174 | 192 | 0.88 | 0.09 | 0 | 0.25 | 186.39 | 0.79 | 0.42 |
| Hex | 17 | AE | C0 | 58 | 9 | 0 | 19 | BA | 4F | 2A |
| Octal | 27 | 256 | 300 | 130 | 11 | 0 | 31 | 272 | 117 | 52 |
| Binary | 10111 | 10101110 | 11000000 | 1011000 | 1001 | 0 | 11001 | 10111010 | 1001111 | 101010 |
Color Harmonies of #17AEC0
Complementary color
Monochromatic Colors of #17AEC0
Black with #17AEC0
Text Example
Text Example
White with #17AEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17AEC0; }
p { color: rgb(23,174,192); }
H1.HeaderClassName
{
color: #17AEC0;
}
.AnyTagClassName
{
color: #17AEC0;
}
</style>
background-color css
<style>
a { background-color: #17AEC0; }
a { background-color: rgb(23,174,192); }
div.DivClassName
{
background-color: #17AEC0;
}
.BgClassName
{
background-color: #17AEC0;
}
</style>
border-color css
<style>
span { border-color: #17AEC0; }
span { border-color: rgb(23,174,192); }
td.TdClassName
{
border-color: #17AEC0;
}
.TagClassName
{
border-color: #17AEC0;
}
</style>