Shades of Iris Blue #17BCDB
Tints of Iris Blue #17BCDB
RGB
CMYK
RGB Variations
Color information
#17BCDB (or 0x17BCDB) is known color: Iris Blue. HEX triplet: 17, BC and DB. RGB value is (23,188,219). Sum of RGB (Red+Green+Blue) = 23+188+219=430 (56% of max value = 765). Red value is 23 (9.38% from 255 or 5.35% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #17BCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17BCDB is #E84324. Grayscale: #8D8D8D. Windows color (decimal): -15221541 or 14400535. OLE color: 14400535.
HSL color Cylindrical-coordinate representation of color #17BCDB: hue angle of 189.49º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17BCDB is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 188 | 219 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.14 |
| HSL | 189.49º | 0.81% | 0.47% | - |
| HSV(B) | 189.49º | 0.89% | 0.86% | - |
| XYZ | 31.12 | 41.26 | 73.34 | - |
| YUV | 142.2 | 171.34 | 42.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 188 | 219 | 0.89 | 0.14 | 0 | 0.14 | 189.49 | 0.81 | 0.47 |
| Hex | 17 | BC | DB | 59 | E | 0 | E | BD | 51 | 2F |
| Octal | 27 | 274 | 333 | 131 | 16 | 0 | 16 | 275 | 121 | 57 |
| Binary | 10111 | 10111100 | 11011011 | 1011001 | 1110 | 0 | 1110 | 10111101 | 1010001 | 101111 |
Color Harmonies of #17BCDB
Complementary color
Monochromatic Colors of #17BCDB
Black with #17BCDB
Text Example
Text Example
White with #17BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BCDB; }
p { color: rgb(23,188,219); }
H1.HeaderClassName
{
color: #17BCDB;
}
.AnyTagClassName
{
color: #17BCDB;
}
</style>
background-color css
<style>
a { background-color: #17BCDB; }
a { background-color: rgb(23,188,219); }
div.DivClassName
{
background-color: #17BCDB;
}
.BgClassName
{
background-color: #17BCDB;
}
</style>
border-color css
<style>
span { border-color: #17BCDB; }
span { border-color: rgb(23,188,219); }
td.TdClassName
{
border-color: #17BCDB;
}
.TagClassName
{
border-color: #17BCDB;
}
</style>