Shades of Iris Blue #10BADD
Tints of Iris Blue #10BADD
RGB
CMYK
RGB Variations
Color information
#10BADD (or 0x10BADD) is known color: Iris Blue. HEX triplet: 10, BA and DD. RGB value is (16,186,221). Sum of RGB (Red+Green+Blue) = 16+186+221=423 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.78% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #10BADD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BADD is #EF4522. Grayscale: #8A8A8A. Windows color (decimal): -15680803 or 14531088. OLE color: 14531088.
HSL color Cylindrical-coordinate representation of color #10BADD: hue angle of 190.24º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BADD is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 186 | 221 | - |
| CMYK | 0.93 | 0.16 | 0 | 0.13 |
| HSL | 190.24º | 0.86% | 0.46% | - |
| HSV(B) | 190.24º | 0.93% | 0.87% | - |
| XYZ | 30.82 | 40.45 | 74.59 | - |
| YUV | 139.16 | 174.18 | 40.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 186 | 221 | 0.93 | 0.16 | 0 | 0.13 | 190.24 | 0.86 | 0.46 |
| Hex | 10 | BA | DD | 5D | 10 | 0 | D | BE | 56 | 2E |
| Octal | 20 | 272 | 335 | 135 | 20 | 0 | 15 | 276 | 126 | 56 |
| Binary | 10000 | 10111010 | 11011101 | 1011101 | 10000 | 0 | 1101 | 10111110 | 1010110 | 101110 |
Color Harmonies of #10BADD
Complementary color
Monochromatic Colors of #10BADD
Black with #10BADD
Text Example
Text Example
White with #10BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BADD; }
p { color: rgb(16,186,221); }
H1.HeaderClassName
{
color: #10BADD;
}
.AnyTagClassName
{
color: #10BADD;
}
</style>
background-color css
<style>
a { background-color: #10BADD; }
a { background-color: rgb(16,186,221); }
div.DivClassName
{
background-color: #10BADD;
}
.BgClassName
{
background-color: #10BADD;
}
</style>
border-color css
<style>
span { border-color: #10BADD; }
span { border-color: rgb(16,186,221); }
td.TdClassName
{
border-color: #10BADD;
}
.TagClassName
{
border-color: #10BADD;
}
</style>