Shades of Iris Blue #10A9DB
Tints of Iris Blue #10A9DB
RGB
CMYK
RGB Variations
Color information
#10A9DB (or 0x10A9DB) is known color: Iris Blue. HEX triplet: 10, A9 and DB. RGB value is (16,169,219). Sum of RGB (Red+Green+Blue) = 16+169+219=404 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.96% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #10A9DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A9DB is #EF5624. Grayscale: #808080. Windows color (decimal): -15685157 or 14395664. OLE color: 14395664.
HSL color Cylindrical-coordinate representation of color #10A9DB: hue angle of 194.78º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10A9DB is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 169 | 219 | - |
| CMYK | 0.93 | 0.23 | 0 | 0.14 |
| HSL | 194.78º | 0.86% | 0.46% | - |
| HSV(B) | 194.78º | 0.93% | 0.86% | - |
| XYZ | 27.19 | 33.6 | 72.07 | - |
| YUV | 128.95 | 178.81 | 47.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 169 | 219 | 0.93 | 0.23 | 0 | 0.14 | 194.78 | 0.86 | 0.46 |
| Hex | 10 | A9 | DB | 5D | 17 | 0 | E | C3 | 56 | 2E |
| Octal | 20 | 251 | 333 | 135 | 27 | 0 | 16 | 303 | 126 | 56 |
| Binary | 10000 | 10101001 | 11011011 | 1011101 | 10111 | 0 | 1110 | 11000011 | 1010110 | 101110 |
Color Harmonies of #10A9DB
Complementary color
Monochromatic Colors of #10A9DB
Black with #10A9DB
Text Example
Text Example
White with #10A9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A9DB; }
p { color: rgb(16,169,219); }
H1.HeaderClassName
{
color: #10A9DB;
}
.AnyTagClassName
{
color: #10A9DB;
}
</style>
background-color css
<style>
a { background-color: #10A9DB; }
a { background-color: rgb(16,169,219); }
div.DivClassName
{
background-color: #10A9DB;
}
.BgClassName
{
background-color: #10A9DB;
}
</style>
border-color css
<style>
span { border-color: #10A9DB; }
span { border-color: rgb(16,169,219); }
td.TdClassName
{
border-color: #10A9DB;
}
.TagClassName
{
border-color: #10A9DB;
}
</style>