Shades of Iris Blue #17BDCF
Tints of Iris Blue #17BDCF
RGB
CMYK
RGB Variations
Color information
#17BDCF (or 0x17BDCF) is known color: Iris Blue. HEX triplet: 17, BD and CF. RGB value is (23,189,207). Sum of RGB (Red+Green+Blue) = 23+189+207=419 (55% of max value = 765). Red value is 23 (9.38% from 255 or 5.49% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #17BDCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17BDCF is #E84230. Grayscale: #8D8D8D. Windows color (decimal): -15221297 or 13614359. OLE color: 13614359.
HSL color Cylindrical-coordinate representation of color #17BDCF: hue angle of 185.87º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17BDCF is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 189 | 207 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.19 |
| HSL | 185.87º | 0.8% | 0.45% | - |
| HSV(B) | 185.87º | 0.89% | 0.81% | - |
| XYZ | 29.81 | 41.08 | 65.39 | - |
| YUV | 141.42 | 165 | 43.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 189 | 207 | 0.89 | 0.09 | 0 | 0.19 | 185.87 | 0.8 | 0.45 |
| Hex | 17 | BD | CF | 59 | 9 | 0 | 13 | BA | 50 | 2D |
| Octal | 27 | 275 | 317 | 131 | 11 | 0 | 23 | 272 | 120 | 55 |
| Binary | 10111 | 10111101 | 11001111 | 1011001 | 1001 | 0 | 10011 | 10111010 | 1010000 | 101101 |
Color Harmonies of #17BDCF
Complementary color
Monochromatic Colors of #17BDCF
Black with #17BDCF
Text Example
Text Example
White with #17BDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BDCF; }
p { color: rgb(23,189,207); }
H1.HeaderClassName
{
color: #17BDCF;
}
.AnyTagClassName
{
color: #17BDCF;
}
</style>
background-color css
<style>
a { background-color: #17BDCF; }
a { background-color: rgb(23,189,207); }
div.DivClassName
{
background-color: #17BDCF;
}
.BgClassName
{
background-color: #17BDCF;
}
</style>
border-color css
<style>
span { border-color: #17BDCF; }
span { border-color: rgb(23,189,207); }
td.TdClassName
{
border-color: #17BDCF;
}
.TagClassName
{
border-color: #17BDCF;
}
</style>