Shades of Iris Blue #17BADA
Tints of Iris Blue #17BADA
RGB
CMYK
RGB Variations
Color information
#17BADA (or 0x17BADA) is known color: Iris Blue. HEX triplet: 17, BA and DA. RGB value is (23,186,218). Sum of RGB (Red+Green+Blue) = 23+186+218=427 (56% of max value = 765). Red value is 23 (9.38% from 255 or 5.39% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #17BADA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17BADA is #E84525. Grayscale: #8C8C8C. Windows color (decimal): -15222054 or 14334487. OLE color: 14334487.
HSL color Cylindrical-coordinate representation of color #17BADA: hue angle of 189.85º 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 #17BADA is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 23 | 186 | 218 | - |
| CMYK | 0.89 | 0.15 | 0 | 0.15 |
| HSL | 189.85º | 0.81% | 0.47% | - |
| HSV(B) | 189.85º | 0.89% | 0.85% | - |
| XYZ | 30.57 | 40.36 | 72.51 | - |
| YUV | 140.91 | 171.5 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 186 | 218 | 0.89 | 0.15 | 0 | 0.15 | 189.85 | 0.81 | 0.47 |
| Hex | 17 | BA | DA | 59 | F | 0 | F | BE | 51 | 2F |
| Octal | 27 | 272 | 332 | 131 | 17 | 0 | 17 | 276 | 121 | 57 |
| Binary | 10111 | 10111010 | 11011010 | 1011001 | 1111 | 0 | 1111 | 10111110 | 1010001 | 101111 |
Color Harmonies of #17BADA
Complementary color
Monochromatic Colors of #17BADA
Black with #17BADA
Text Example
Text Example
White with #17BADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BADA; }
p { color: rgb(23,186,218); }
H1.HeaderClassName
{
color: #17BADA;
}
.AnyTagClassName
{
color: #17BADA;
}
</style>
background-color css
<style>
a { background-color: #17BADA; }
a { background-color: rgb(23,186,218); }
div.DivClassName
{
background-color: #17BADA;
}
.BgClassName
{
background-color: #17BADA;
}
</style>
border-color css
<style>
span { border-color: #17BADA; }
span { border-color: rgb(23,186,218); }
td.TdClassName
{
border-color: #17BADA;
}
.TagClassName
{
border-color: #17BADA;
}
</style>