Shades of Iris Blue #10B0D9
Tints of Iris Blue #10B0D9
RGB
CMYK
RGB Variations
Color information
#10B0D9 (or 0x10B0D9) is known color: Iris Blue. HEX triplet: 10, B0 and D9. RGB value is (16,176,217). Sum of RGB (Red+Green+Blue) = 16+176+217=409 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.91% from 409); Green value is 176 (69.14% from 255 or 43.03% from 409); Blue value is 217 (85.16% from 255 or 53.06% from 409); Max value from RGB is 217 - color contains mainly: blue. Hex color #10B0D9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10B0D9 is #EF4F26. Grayscale: #848484. Windows color (decimal): -15683367 or 14266384. OLE color: 14266384.
HSL color Cylindrical-coordinate representation of color #10B0D9: hue angle of 192.24º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10B0D9 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 176 | 217 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.15 |
| HSL | 192.24º | 0.86% | 0.46% | - |
| HSV(B) | 192.24º | 0.93% | 0.85% | - |
| XYZ | 28.26 | 36.17 | 71.14 | - |
| YUV | 132.83 | 175.49 | 44.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 176 | 217 | 0.93 | 0.19 | 0 | 0.15 | 192.24 | 0.86 | 0.46 |
| Hex | 10 | B0 | D9 | 5D | 13 | 0 | F | C0 | 56 | 2E |
| Octal | 20 | 260 | 331 | 135 | 23 | 0 | 17 | 300 | 126 | 56 |
| Binary | 10000 | 10110000 | 11011001 | 1011101 | 10011 | 0 | 1111 | 11000000 | 1010110 | 101110 |
Color Harmonies of #10B0D9
Complementary color
Monochromatic Colors of #10B0D9
Black with #10B0D9
Text Example
Text Example
White with #10B0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B0D9; }
p { color: rgb(16,176,217); }
H1.HeaderClassName
{
color: #10B0D9;
}
.AnyTagClassName
{
color: #10B0D9;
}
</style>
background-color css
<style>
a { background-color: #10B0D9; }
a { background-color: rgb(16,176,217); }
div.DivClassName
{
background-color: #10B0D9;
}
.BgClassName
{
background-color: #10B0D9;
}
</style>
border-color css
<style>
span { border-color: #10B0D9; }
span { border-color: rgb(16,176,217); }
td.TdClassName
{
border-color: #10B0D9;
}
.TagClassName
{
border-color: #10B0D9;
}
</style>