Shades of Iris Blue #17BDDC
Tints of Iris Blue #17BDDC
RGB
CMYK
RGB Variations
Color information
#17BDDC (or 0x17BDDC) is known color: Iris Blue. HEX triplet: 17, BD and DC. RGB value is (23,189,220). Sum of RGB (Red+Green+Blue) = 23+189+220=432 (57% of max value = 765). Red value is 23 (9.38% from 255 or 5.32% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #17BDDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17BDDC is #E84223. Grayscale: #8E8E8E. Windows color (decimal): -15221284 or 14466327. OLE color: 14466327.
HSL color Cylindrical-coordinate representation of color #17BDDC: hue angle of 189.44º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17BDDC is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 189 | 220 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.14 |
| HSL | 189.44º | 0.81% | 0.48% | - |
| HSV(B) | 189.44º | 0.9% | 0.86% | - |
| XYZ | 31.47 | 41.74 | 74.11 | - |
| YUV | 142.9 | 171.5 | 42.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 189 | 220 | 0.90 | 0.14 | 0 | 0.14 | 189.44 | 0.81 | 0.48 |
| Hex | 17 | BD | DC | 5A | E | 0 | E | BD | 51 | 30 |
| Octal | 27 | 275 | 334 | 132 | 16 | 0 | 16 | 275 | 121 | 60 |
| Binary | 10111 | 10111101 | 11011100 | 1011010 | 1110 | 0 | 1110 | 10111101 | 1010001 | 110000 |
Color Harmonies of #17BDDC
Complementary color
Monochromatic Colors of #17BDDC
Black with #17BDDC
Text Example
Text Example
White with #17BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BDDC; }
p { color: rgb(23,189,220); }
H1.HeaderClassName
{
color: #17BDDC;
}
.AnyTagClassName
{
color: #17BDDC;
}
</style>
background-color css
<style>
a { background-color: #17BDDC; }
a { background-color: rgb(23,189,220); }
div.DivClassName
{
background-color: #17BDDC;
}
.BgClassName
{
background-color: #17BDDC;
}
</style>
border-color css
<style>
span { border-color: #17BDDC; }
span { border-color: rgb(23,189,220); }
td.TdClassName
{
border-color: #17BDDC;
}
.TagClassName
{
border-color: #17BDDC;
}
</style>