Shades of Iris Blue #10A8D1
Tints of Iris Blue #10A8D1
RGB
CMYK
RGB Variations
Color information
#10A8D1 (or 0x10A8D1) is known color: Iris Blue. HEX triplet: 10, A8 and D1. RGB value is (16,168,209). Sum of RGB (Red+Green+Blue) = 16+168+209=393 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.07% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 209 (82.03% from 255 or 53.18% from 393); Max value from RGB is 209 - color contains mainly: blue. Hex color #10A8D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A8D1 is #EF572E. Grayscale: #7E7E7E. Windows color (decimal): -15685423 or 13740048. OLE color: 13740048.
HSL color Cylindrical-coordinate representation of color #10A8D1: hue angle of 192.75º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10A8D1 is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 168 | 209 | - |
| CMYK | 0.92 | 0.20 | 0 | 0.18 |
| HSL | 192.75º | 0.86% | 0.44% | - |
| HSV(B) | 192.75º | 0.92% | 0.82% | - |
| XYZ | 25.72 | 32.72 | 65.28 | - |
| YUV | 127.23 | 174.14 | 48.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 168 | 209 | 0.92 | 0.20 | 0 | 0.18 | 192.75 | 0.86 | 0.44 |
| Hex | 10 | A8 | D1 | 5C | 14 | 0 | 12 | C1 | 56 | 2C |
| Octal | 20 | 250 | 321 | 134 | 24 | 0 | 22 | 301 | 126 | 54 |
| Binary | 10000 | 10101000 | 11010001 | 1011100 | 10100 | 0 | 10010 | 11000001 | 1010110 | 101100 |
Color Harmonies of #10A8D1
Complementary color
Monochromatic Colors of #10A8D1
Black with #10A8D1
Text Example
Text Example
White with #10A8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A8D1; }
p { color: rgb(16,168,209); }
H1.HeaderClassName
{
color: #10A8D1;
}
.AnyTagClassName
{
color: #10A8D1;
}
</style>
background-color css
<style>
a { background-color: #10A8D1; }
a { background-color: rgb(16,168,209); }
div.DivClassName
{
background-color: #10A8D1;
}
.BgClassName
{
background-color: #10A8D1;
}
</style>
border-color css
<style>
span { border-color: #10A8D1; }
span { border-color: rgb(16,168,209); }
td.TdClassName
{
border-color: #10A8D1;
}
.TagClassName
{
border-color: #10A8D1;
}
</style>