Shades of Iris Blue #17BCCB
Tints of Iris Blue #17BCCB
RGB
CMYK
RGB Variations
Color information
#17BCCB (or 0x17BCCB) is known color: Iris Blue. HEX triplet: 17, BC and CB. RGB value is (23,188,203). Sum of RGB (Red+Green+Blue) = 23+188+203=414 (54% of max value = 765). Red value is 23 (9.38% from 255 or 5.56% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #17BCCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17BCCB is #E84334. Grayscale: #8C8C8C. Windows color (decimal): -15221557 or 13351959. OLE color: 13351959.
HSL color Cylindrical-coordinate representation of color #17BCCB: hue angle of 185º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17BCCB is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 188 | 203 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.20 |
| HSL | 185º | 0.8% | 0.44% | - |
| HSV(B) | 185º | 0.89% | 0.8% | - |
| XYZ | 29.12 | 40.46 | 62.77 | - |
| YUV | 140.38 | 163.34 | 44.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 188 | 203 | 0.89 | 0.07 | 0 | 0.20 | 185 | 0.8 | 0.44 |
| Hex | 17 | BC | CB | 59 | 7 | 0 | 14 | B9 | 50 | 2C |
| Octal | 27 | 274 | 313 | 131 | 7 | 0 | 24 | 271 | 120 | 54 |
| Binary | 10111 | 10111100 | 11001011 | 1011001 | 111 | 0 | 10100 | 10111001 | 1010000 | 101100 |
Color Harmonies of #17BCCB
Complementary color
Monochromatic Colors of #17BCCB
Black with #17BCCB
Text Example
Text Example
White with #17BCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BCCB; }
p { color: rgb(23,188,203); }
H1.HeaderClassName
{
color: #17BCCB;
}
.AnyTagClassName
{
color: #17BCCB;
}
</style>
background-color css
<style>
a { background-color: #17BCCB; }
a { background-color: rgb(23,188,203); }
div.DivClassName
{
background-color: #17BCCB;
}
.BgClassName
{
background-color: #17BCCB;
}
</style>
border-color css
<style>
span { border-color: #17BCCB; }
span { border-color: rgb(23,188,203); }
td.TdClassName
{
border-color: #17BCCB;
}
.TagClassName
{
border-color: #17BCCB;
}
</style>