Shades of Iris Blue #17BFCE
Tints of Iris Blue #17BFCE
RGB
CMYK
RGB Variations
Color information
#17BFCE (or 0x17BFCE) is known color: Iris Blue. HEX triplet: 17, BF and CE. RGB value is (23,191,206). Sum of RGB (Red+Green+Blue) = 23+191+206=420 (55% of max value = 765). Red value is 23 (9.38% from 255 or 5.48% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #17BFCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17BFCE is #E84031. Grayscale: #8E8E8E. Windows color (decimal): -15220786 or 13549335. OLE color: 13549335.
HSL color Cylindrical-coordinate representation of color #17BFCE: hue angle of 184.92º 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 #17BFCE is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 191 | 206 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.19 |
| HSL | 184.92º | 0.8% | 0.45% | - |
| HSV(B) | 184.92º | 0.89% | 0.81% | - |
| XYZ | 30.12 | 41.9 | 64.89 | - |
| YUV | 142.48 | 163.84 | 42.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 191 | 206 | 0.89 | 0.07 | 0 | 0.19 | 184.92 | 0.8 | 0.45 |
| Hex | 17 | BF | CE | 59 | 7 | 0 | 13 | B9 | 50 | 2D |
| Octal | 27 | 277 | 316 | 131 | 7 | 0 | 23 | 271 | 120 | 55 |
| Binary | 10111 | 10111111 | 11001110 | 1011001 | 111 | 0 | 10011 | 10111001 | 1010000 | 101101 |
Color Harmonies of #17BFCE
Complementary color
Monochromatic Colors of #17BFCE
Black with #17BFCE
Text Example
Text Example
White with #17BFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BFCE; }
p { color: rgb(23,191,206); }
H1.HeaderClassName
{
color: #17BFCE;
}
.AnyTagClassName
{
color: #17BFCE;
}
</style>
background-color css
<style>
a { background-color: #17BFCE; }
a { background-color: rgb(23,191,206); }
div.DivClassName
{
background-color: #17BFCE;
}
.BgClassName
{
background-color: #17BFCE;
}
</style>
border-color css
<style>
span { border-color: #17BFCE; }
span { border-color: rgb(23,191,206); }
td.TdClassName
{
border-color: #17BFCE;
}
.TagClassName
{
border-color: #17BFCE;
}
</style>