Shades of Iris Blue #17AFBE
Tints of Iris Blue #17AFBE
RGB
CMYK
RGB Variations
Color information
#17AFBE (or 0x17AFBE) is known color: Iris Blue. HEX triplet: 17, AF and BE. RGB value is (23,175,190). Sum of RGB (Red+Green+Blue) = 23+175+190=388 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.93% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #17AFBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17AFBE is #E85041. Grayscale: #838383. Windows color (decimal): -15224898 or 12496663. OLE color: 12496663.
HSL color Cylindrical-coordinate representation of color #17AFBE: hue angle of 185.39º degrees, saturation: 0.78, 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 #17AFBE is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 175 | 190 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.25 |
| HSL | 185.39º | 0.78% | 0.42% | - |
| HSV(B) | 185.39º | 0.88% | 0.75% | - |
| XYZ | 24.98 | 34.56 | 54.07 | - |
| YUV | 131.26 | 161.14 | 50.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 175 | 190 | 0.88 | 0.08 | 0 | 0.25 | 185.39 | 0.78 | 0.42 |
| Hex | 17 | AF | BE | 58 | 8 | 0 | 19 | B9 | 4E | 2A |
| Octal | 27 | 257 | 276 | 130 | 10 | 0 | 31 | 271 | 116 | 52 |
| Binary | 10111 | 10101111 | 10111110 | 1011000 | 1000 | 0 | 11001 | 10111001 | 1001110 | 101010 |
Color Harmonies of #17AFBE
Complementary color
Monochromatic Colors of #17AFBE
Black with #17AFBE
Text Example
Text Example
White with #17AFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17AFBE; }
p { color: rgb(23,175,190); }
H1.HeaderClassName
{
color: #17AFBE;
}
.AnyTagClassName
{
color: #17AFBE;
}
</style>
background-color css
<style>
a { background-color: #17AFBE; }
a { background-color: rgb(23,175,190); }
div.DivClassName
{
background-color: #17AFBE;
}
.BgClassName
{
background-color: #17AFBE;
}
</style>
border-color css
<style>
span { border-color: #17AFBE; }
span { border-color: rgb(23,175,190); }
td.TdClassName
{
border-color: #17AFBE;
}
.TagClassName
{
border-color: #17AFBE;
}
</style>