Shades of Iris Blue #17AFBD
Tints of Iris Blue #17AFBD
RGB
CMYK
RGB Variations
Color information
#17AFBD (or 0x17AFBD) is known color: Iris Blue. HEX triplet: 17, AF and BD. RGB value is (23,175,189). Sum of RGB (Red+Green+Blue) = 23+175+189=387 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.94% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #17AFBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17AFBD is #E85042. Grayscale: #828282. Windows color (decimal): -15224899 or 12431127. OLE color: 12431127.
HSL color Cylindrical-coordinate representation of color #17AFBD: hue angle of 185.06º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17AFBD is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 175 | 189 | - |
| CMYK | 0.88 | 0.07 | 0 | 0.26 |
| HSL | 185.06º | 0.78% | 0.42% | - |
| HSV(B) | 185.06º | 0.88% | 0.74% | - |
| XYZ | 24.87 | 34.52 | 53.5 | - |
| YUV | 131.15 | 160.64 | 50.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 175 | 189 | 0.88 | 0.07 | 0 | 0.26 | 185.06 | 0.78 | 0.42 |
| Hex | 17 | AF | BD | 58 | 7 | 0 | 1A | B9 | 4E | 2A |
| Octal | 27 | 257 | 275 | 130 | 7 | 0 | 32 | 271 | 116 | 52 |
| Binary | 10111 | 10101111 | 10111101 | 1011000 | 111 | 0 | 11010 | 10111001 | 1001110 | 101010 |
Color Harmonies of #17AFBD
Complementary color
Monochromatic Colors of #17AFBD
Black with #17AFBD
Text Example
Text Example
White with #17AFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17AFBD; }
p { color: rgb(23,175,189); }
H1.HeaderClassName
{
color: #17AFBD;
}
.AnyTagClassName
{
color: #17AFBD;
}
</style>
background-color css
<style>
a { background-color: #17AFBD; }
a { background-color: rgb(23,175,189); }
div.DivClassName
{
background-color: #17AFBD;
}
.BgClassName
{
background-color: #17AFBD;
}
</style>
border-color css
<style>
span { border-color: #17AFBD; }
span { border-color: rgb(23,175,189); }
td.TdClassName
{
border-color: #17AFBD;
}
.TagClassName
{
border-color: #17AFBD;
}
</style>