Shades of Iris Blue #17BEDD
Tints of Iris Blue #17BEDD
RGB
CMYK
RGB Variations
Color information
#17BEDD (or 0x17BEDD) is known color: Iris Blue. HEX triplet: 17, BE and DD. RGB value is (23,190,221). Sum of RGB (Red+Green+Blue) = 23+190+221=434 (57% of max value = 765). Red value is 23 (9.38% from 255 or 5.30% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #17BEDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17BEDD is #E84122. Grayscale: #8F8F8F. Windows color (decimal): -15221027 or 14532119. OLE color: 14532119.
HSL color Cylindrical-coordinate representation of color #17BEDD: hue angle of 189.39º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17BEDD is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 190 | 221 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.13 |
| HSL | 189.39º | 0.81% | 0.48% | - |
| HSV(B) | 189.39º | 0.9% | 0.87% | - |
| XYZ | 31.82 | 42.23 | 74.88 | - |
| YUV | 143.6 | 171.67 | 41.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 190 | 221 | 0.90 | 0.14 | 0 | 0.13 | 189.39 | 0.81 | 0.48 |
| Hex | 17 | BE | DD | 5A | E | 0 | D | BD | 51 | 30 |
| Octal | 27 | 276 | 335 | 132 | 16 | 0 | 15 | 275 | 121 | 60 |
| Binary | 10111 | 10111110 | 11011101 | 1011010 | 1110 | 0 | 1101 | 10111101 | 1010001 | 110000 |
Color Harmonies of #17BEDD
Complementary color
Monochromatic Colors of #17BEDD
Black with #17BEDD
Text Example
Text Example
White with #17BEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BEDD; }
p { color: rgb(23,190,221); }
H1.HeaderClassName
{
color: #17BEDD;
}
.AnyTagClassName
{
color: #17BEDD;
}
</style>
background-color css
<style>
a { background-color: #17BEDD; }
a { background-color: rgb(23,190,221); }
div.DivClassName
{
background-color: #17BEDD;
}
.BgClassName
{
background-color: #17BEDD;
}
</style>
border-color css
<style>
span { border-color: #17BEDD; }
span { border-color: rgb(23,190,221); }
td.TdClassName
{
border-color: #17BEDD;
}
.TagClassName
{
border-color: #17BEDD;
}
</style>