Shades of Iris Blue #17BFCD
Tints of Iris Blue #17BFCD
RGB
CMYK
RGB Variations
Color information
#17BFCD (or 0x17BFCD) is known color: Iris Blue. HEX triplet: 17, BF and CD. RGB value is (23,191,205). Sum of RGB (Red+Green+Blue) = 23+191+205=419 (55% of max value = 765). Red value is 23 (9.38% from 255 or 5.49% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #17BFCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17BFCD is #E84032. Grayscale: #8E8E8E. Windows color (decimal): -15220787 or 13483799. OLE color: 13483799.
HSL color Cylindrical-coordinate representation of color #17BFCD: hue angle of 184.62º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17BFCD is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 191 | 205 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.20 |
| HSL | 184.62º | 0.8% | 0.45% | - |
| HSV(B) | 184.62º | 0.89% | 0.8% | - |
| XYZ | 30 | 41.85 | 64.25 | - |
| YUV | 142.36 | 163.34 | 42.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 191 | 205 | 0.89 | 0.07 | 0 | 0.20 | 184.62 | 0.8 | 0.45 |
| Hex | 17 | BF | CD | 59 | 7 | 0 | 14 | B9 | 50 | 2D |
| Octal | 27 | 277 | 315 | 131 | 7 | 0 | 24 | 271 | 120 | 55 |
| Binary | 10111 | 10111111 | 11001101 | 1011001 | 111 | 0 | 10100 | 10111001 | 1010000 | 101101 |
Color Harmonies of #17BFCD
Complementary color
Monochromatic Colors of #17BFCD
Black with #17BFCD
Text Example
Text Example
White with #17BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BFCD; }
p { color: rgb(23,191,205); }
H1.HeaderClassName
{
color: #17BFCD;
}
.AnyTagClassName
{
color: #17BFCD;
}
</style>
background-color css
<style>
a { background-color: #17BFCD; }
a { background-color: rgb(23,191,205); }
div.DivClassName
{
background-color: #17BFCD;
}
.BgClassName
{
background-color: #17BFCD;
}
</style>
border-color css
<style>
span { border-color: #17BFCD; }
span { border-color: rgb(23,191,205); }
td.TdClassName
{
border-color: #17BFCD;
}
.TagClassName
{
border-color: #17BFCD;
}
</style>