Shades of Iris Blue #17BFBF
Tints of Iris Blue #17BFBF
RGB
CMYK
RGB Variations
Color information
#17BFBF (or 0x17BFBF) is known color: Iris Blue. HEX triplet: 17, BF and BF. RGB value is (23,191,191). Sum of RGB (Red+Green+Blue) = 23+191+191=405 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.68% from 405); Green value is 191 (75% from 255 or 47.16% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #17BFBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17BFBF is #E84040. Grayscale: #8C8C8C. Windows color (decimal): -15220801 or 12566295. OLE color: 12566295.
HSL color Cylindrical-coordinate representation of color #17BFBF: hue angle of 180º degrees, saturation: 0.79, 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 #17BFBF is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 191 | 191 | - |
| CMYK | 0.88 | 0 | 0 | 0.25 |
| HSL | 180º | 0.79% | 0.42% | - |
| HSV(B) | 180º | 0.88% | 0.75% | - |
| XYZ | 28.39 | 41.21 | 55.75 | - |
| YUV | 140.77 | 156.34 | 44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 191 | 191 | 0.88 | 0 | 0 | 0.25 | 180 | 0.79 | 0.42 |
| Hex | 17 | BF | BF | 58 | 0 | 0 | 19 | B4 | 4F | 2A |
| Octal | 27 | 277 | 277 | 130 | 0 | 0 | 31 | 264 | 117 | 52 |
| Binary | 10111 | 10111111 | 10111111 | 1011000 | 0 | 0 | 11001 | 10110100 | 1001111 | 101010 |
Color Harmonies of #17BFBF
Complementary color
Monochromatic Colors of #17BFBF
Black with #17BFBF
Text Example
Text Example
White with #17BFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BFBF; }
p { color: rgb(23,191,191); }
H1.HeaderClassName
{
color: #17BFBF;
}
.AnyTagClassName
{
color: #17BFBF;
}
</style>
background-color css
<style>
a { background-color: #17BFBF; }
a { background-color: rgb(23,191,191); }
div.DivClassName
{
background-color: #17BFBF;
}
.BgClassName
{
background-color: #17BFBF;
}
</style>
border-color css
<style>
span { border-color: #17BFBF; }
span { border-color: rgb(23,191,191); }
td.TdClassName
{
border-color: #17BFBF;
}
.TagClassName
{
border-color: #17BFBF;
}
</style>