Shades of Iris Blue #10A7E1
Tints of Iris Blue #10A7E1
RGB
CMYK
RGB Variations
Color information
#10A7E1 (or 0x10A7E1) is known color: Iris Blue. HEX triplet: 10, A7 and E1. RGB value is (16,167,225). Sum of RGB (Red+Green+Blue) = 16+167+225=408 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.92% from 408); Green value is 167 (65.62% from 255 or 40.93% from 408); Blue value is 225 (88.28% from 255 or 55.15% from 408); Max value from RGB is 225 - color contains mainly: blue. Hex color #10A7E1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A7E1 is #EF581E. Grayscale: #808080. Windows color (decimal): -15685663 or 14788368. OLE color: 14788368.
HSL color Cylindrical-coordinate representation of color #10A7E1: hue angle of 196.65º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10A7E1 is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 167 | 225 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.12 |
| HSL | 196.65º | 0.87% | 0.47% | - |
| HSV(B) | 196.65º | 0.93% | 0.88% | - |
| XYZ | 27.62 | 33.18 | 76.18 | - |
| YUV | 128.46 | 182.47 | 47.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 167 | 225 | 0.93 | 0.26 | 0 | 0.12 | 196.65 | 0.87 | 0.47 |
| Hex | 10 | A7 | E1 | 5D | 1A | 0 | C | C5 | 57 | 2F |
| Octal | 20 | 247 | 341 | 135 | 32 | 0 | 14 | 305 | 127 | 57 |
| Binary | 10000 | 10100111 | 11100001 | 1011101 | 11010 | 0 | 1100 | 11000101 | 1010111 | 101111 |
Color Harmonies of #10A7E1
Complementary color
Monochromatic Colors of #10A7E1
Black with #10A7E1
Text Example
Text Example
White with #10A7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A7E1; }
p { color: rgb(16,167,225); }
H1.HeaderClassName
{
color: #10A7E1;
}
.AnyTagClassName
{
color: #10A7E1;
}
</style>
background-color css
<style>
a { background-color: #10A7E1; }
a { background-color: rgb(16,167,225); }
div.DivClassName
{
background-color: #10A7E1;
}
.BgClassName
{
background-color: #10A7E1;
}
</style>
border-color css
<style>
span { border-color: #10A7E1; }
span { border-color: rgb(16,167,225); }
td.TdClassName
{
border-color: #10A7E1;
}
.TagClassName
{
border-color: #10A7E1;
}
</style>