Shades of Iris Blue #17BADC
Tints of Iris Blue #17BADC
RGB
CMYK
RGB Variations
Color information
#17BADC (or 0x17BADC) is known color: Iris Blue. HEX triplet: 17, BA and DC. RGB value is (23,186,220). Sum of RGB (Red+Green+Blue) = 23+186+220=429 (56% of max value = 765). Red value is 23 (9.38% from 255 or 5.36% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #17BADC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17BADC is #E84523. Grayscale: #8C8C8C. Windows color (decimal): -15222052 or 14465559. OLE color: 14465559.
HSL color Cylindrical-coordinate representation of color #17BADC: hue angle of 190.36º 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 #17BADC is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 186 | 220 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.14 |
| HSL | 190.36º | 0.81% | 0.48% | - |
| HSV(B) | 190.36º | 0.9% | 0.86% | - |
| XYZ | 30.83 | 40.47 | 73.9 | - |
| YUV | 141.14 | 172.5 | 43.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 186 | 220 | 0.90 | 0.15 | 0 | 0.14 | 190.36 | 0.81 | 0.48 |
| Hex | 17 | BA | DC | 5A | F | 0 | E | BE | 51 | 30 |
| Octal | 27 | 272 | 334 | 132 | 17 | 0 | 16 | 276 | 121 | 60 |
| Binary | 10111 | 10111010 | 11011100 | 1011010 | 1111 | 0 | 1110 | 10111110 | 1010001 | 110000 |
Color Harmonies of #17BADC
Complementary color
Monochromatic Colors of #17BADC
Black with #17BADC
Text Example
Text Example
White with #17BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BADC; }
p { color: rgb(23,186,220); }
H1.HeaderClassName
{
color: #17BADC;
}
.AnyTagClassName
{
color: #17BADC;
}
</style>
background-color css
<style>
a { background-color: #17BADC; }
a { background-color: rgb(23,186,220); }
div.DivClassName
{
background-color: #17BADC;
}
.BgClassName
{
background-color: #17BADC;
}
</style>
border-color css
<style>
span { border-color: #17BADC; }
span { border-color: rgb(23,186,220); }
td.TdClassName
{
border-color: #17BADC;
}
.TagClassName
{
border-color: #17BADC;
}
</style>