Shades of Iris Blue #17BDD8
Tints of Iris Blue #17BDD8
RGB
CMYK
RGB Variations
Color information
#17BDD8 (or 0x17BDD8) is known color: Iris Blue. HEX triplet: 17, BD and D8. RGB value is (23,189,216). Sum of RGB (Red+Green+Blue) = 23+189+216=428 (56% of max value = 765). Red value is 23 (9.38% from 255 or 5.37% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 216 (84.77% from 255 or 50.47% from 428); Max value from RGB is 216 - color contains mainly: blue. Hex color #17BDD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17BDD8 is #E84227. Grayscale: #8E8E8E. Windows color (decimal): -15221288 or 14204183. OLE color: 14204183.
HSL color Cylindrical-coordinate representation of color #17BDD8: hue angle of 188.39º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17BDD8 is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 23 | 189 | 216 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.15 |
| HSL | 188.39º | 0.81% | 0.47% | - |
| HSV(B) | 188.39º | 0.89% | 0.85% | - |
| XYZ | 30.95 | 41.54 | 71.35 | - |
| YUV | 142.44 | 169.5 | 42.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 189 | 216 | 0.89 | 0.12 | 0 | 0.15 | 188.39 | 0.81 | 0.47 |
| Hex | 17 | BD | D8 | 59 | C | 0 | F | BC | 51 | 2F |
| Octal | 27 | 275 | 330 | 131 | 14 | 0 | 17 | 274 | 121 | 57 |
| Binary | 10111 | 10111101 | 11011000 | 1011001 | 1100 | 0 | 1111 | 10111100 | 1010001 | 101111 |
Color Harmonies of #17BDD8
Complementary color
Monochromatic Colors of #17BDD8
Black with #17BDD8
Text Example
Text Example
White with #17BDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BDD8; }
p { color: rgb(23,189,216); }
H1.HeaderClassName
{
color: #17BDD8;
}
.AnyTagClassName
{
color: #17BDD8;
}
</style>
background-color css
<style>
a { background-color: #17BDD8; }
a { background-color: rgb(23,189,216); }
div.DivClassName
{
background-color: #17BDD8;
}
.BgClassName
{
background-color: #17BDD8;
}
</style>
border-color css
<style>
span { border-color: #17BDD8; }
span { border-color: rgb(23,189,216); }
td.TdClassName
{
border-color: #17BDD8;
}
.TagClassName
{
border-color: #17BDD8;
}
</style>