Shades of Iris Blue #17BEDC
Tints of Iris Blue #17BEDC
RGB
CMYK
RGB Variations
Color information
#17BEDC (or 0x17BEDC) is known color: Iris Blue. HEX triplet: 17, BE and DC. RGB value is (23,190,220). Sum of RGB (Red+Green+Blue) = 23+190+220=433 (57% of max value = 765). Red value is 23 (9.38% from 255 or 5.31% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #17BEDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17BEDC is #E84123. Grayscale: #8F8F8F. Windows color (decimal): -15221028 or 14466583. OLE color: 14466583.
HSL color Cylindrical-coordinate representation of color #17BEDC: hue angle of 189.14º 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 #17BEDC is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 190 | 220 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.14 |
| HSL | 189.14º | 0.81% | 0.48% | - |
| HSV(B) | 189.14º | 0.9% | 0.86% | - |
| XYZ | 31.69 | 42.18 | 74.18 | - |
| YUV | 143.49 | 171.17 | 42.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 190 | 220 | 0.90 | 0.14 | 0 | 0.14 | 189.14 | 0.81 | 0.48 |
| Hex | 17 | BE | DC | 5A | E | 0 | E | BD | 51 | 30 |
| Octal | 27 | 276 | 334 | 132 | 16 | 0 | 16 | 275 | 121 | 60 |
| Binary | 10111 | 10111110 | 11011100 | 1011010 | 1110 | 0 | 1110 | 10111101 | 1010001 | 110000 |
Color Harmonies of #17BEDC
Complementary color
Monochromatic Colors of #17BEDC
Black with #17BEDC
Text Example
Text Example
White with #17BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BEDC; }
p { color: rgb(23,190,220); }
H1.HeaderClassName
{
color: #17BEDC;
}
.AnyTagClassName
{
color: #17BEDC;
}
</style>
background-color css
<style>
a { background-color: #17BEDC; }
a { background-color: rgb(23,190,220); }
div.DivClassName
{
background-color: #17BEDC;
}
.BgClassName
{
background-color: #17BEDC;
}
</style>
border-color css
<style>
span { border-color: #17BEDC; }
span { border-color: rgb(23,190,220); }
td.TdClassName
{
border-color: #17BEDC;
}
.TagClassName
{
border-color: #17BEDC;
}
</style>