Shades of Iris Blue #10B0DD
Tints of Iris Blue #10B0DD
RGB
CMYK
RGB Variations
Color information
#10B0DD (or 0x10B0DD) is known color: Iris Blue. HEX triplet: 10, B0 and DD. RGB value is (16,176,221). Sum of RGB (Red+Green+Blue) = 16+176+221=413 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.87% from 413); Green value is 176 (69.14% from 255 or 42.62% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #10B0DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10B0DD is #EF4F22. Grayscale: #848484. Windows color (decimal): -15683363 or 14528528. OLE color: 14528528.
HSL color Cylindrical-coordinate representation of color #10B0DD: hue angle of 193.17º 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 #10B0DD is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 176 | 221 | - |
| CMYK | 0.93 | 0.20 | 0 | 0.13 |
| HSL | 193.17º | 0.86% | 0.46% | - |
| HSV(B) | 193.17º | 0.93% | 0.87% | - |
| XYZ | 28.79 | 36.38 | 73.91 | - |
| YUV | 133.29 | 177.49 | 44.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 176 | 221 | 0.93 | 0.20 | 0 | 0.13 | 193.17 | 0.86 | 0.46 |
| Hex | 10 | B0 | DD | 5D | 14 | 0 | D | C1 | 56 | 2E |
| Octal | 20 | 260 | 335 | 135 | 24 | 0 | 15 | 301 | 126 | 56 |
| Binary | 10000 | 10110000 | 11011101 | 1011101 | 10100 | 0 | 1101 | 11000001 | 1010110 | 101110 |
Color Harmonies of #10B0DD
Complementary color
Monochromatic Colors of #10B0DD
Black with #10B0DD
Text Example
Text Example
White with #10B0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B0DD; }
p { color: rgb(16,176,221); }
H1.HeaderClassName
{
color: #10B0DD;
}
.AnyTagClassName
{
color: #10B0DD;
}
</style>
background-color css
<style>
a { background-color: #10B0DD; }
a { background-color: rgb(16,176,221); }
div.DivClassName
{
background-color: #10B0DD;
}
.BgClassName
{
background-color: #10B0DD;
}
</style>
border-color css
<style>
span { border-color: #10B0DD; }
span { border-color: rgb(16,176,221); }
td.TdClassName
{
border-color: #10B0DD;
}
.TagClassName
{
border-color: #10B0DD;
}
</style>