Shades of Iris Blue #17BFDC
Tints of Iris Blue #17BFDC
RGB
CMYK
RGB Variations
Color information
#17BFDC (or 0x17BFDC) is known color: Iris Blue. HEX triplet: 17, BF and DC. RGB value is (23,191,220). Sum of RGB (Red+Green+Blue) = 23+191+220=434 (57% of max value = 765). Red value is 23 (9.38% from 255 or 5.30% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #17BFDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17BFDC is #E84023. Grayscale: #8F8F8F. Windows color (decimal): -15220772 or 14466839. OLE color: 14466839.
HSL color Cylindrical-coordinate representation of color #17BFDC: hue angle of 188.83º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17BFDC is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 191 | 220 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.14 |
| HSL | 188.83º | 0.81% | 0.48% | - |
| HSV(B) | 188.83º | 0.9% | 0.86% | - |
| XYZ | 31.9 | 42.61 | 74.25 | - |
| YUV | 144.07 | 170.84 | 41.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 191 | 220 | 0.90 | 0.13 | 0 | 0.14 | 188.83 | 0.81 | 0.48 |
| Hex | 17 | BF | DC | 5A | D | 0 | E | BD | 51 | 30 |
| Octal | 27 | 277 | 334 | 132 | 15 | 0 | 16 | 275 | 121 | 60 |
| Binary | 10111 | 10111111 | 11011100 | 1011010 | 1101 | 0 | 1110 | 10111101 | 1010001 | 110000 |
Color Harmonies of #17BFDC
Complementary color
Monochromatic Colors of #17BFDC
Black with #17BFDC
Text Example
Text Example
White with #17BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BFDC; }
p { color: rgb(23,191,220); }
H1.HeaderClassName
{
color: #17BFDC;
}
.AnyTagClassName
{
color: #17BFDC;
}
</style>
background-color css
<style>
a { background-color: #17BFDC; }
a { background-color: rgb(23,191,220); }
div.DivClassName
{
background-color: #17BFDC;
}
.BgClassName
{
background-color: #17BFDC;
}
</style>
border-color css
<style>
span { border-color: #17BFDC; }
span { border-color: rgb(23,191,220); }
td.TdClassName
{
border-color: #17BFDC;
}
.TagClassName
{
border-color: #17BFDC;
}
</style>