Shades of Iris Blue #10B3DB
Tints of Iris Blue #10B3DB
RGB
CMYK
RGB Variations
Color information
#10B3DB (or 0x10B3DB) is known color: Iris Blue. HEX triplet: 10, B3 and DB. RGB value is (16,179,219). Sum of RGB (Red+Green+Blue) = 16+179+219=414 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.86% from 414); Green value is 179 (70.31% from 255 or 43.24% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #10B3DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B3DB is #EF4C24. Grayscale: #868686. Windows color (decimal): -15682597 or 14398224. OLE color: 14398224.
HSL color Cylindrical-coordinate representation of color #10B3DB: hue angle of 191.82º 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 #10B3DB is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 179 | 219 | - |
| CMYK | 0.93 | 0.18 | 0 | 0.14 |
| HSL | 191.82º | 0.86% | 0.46% | - |
| HSV(B) | 191.82º | 0.93% | 0.86% | - |
| XYZ | 29.12 | 37.46 | 72.71 | - |
| YUV | 134.82 | 175.5 | 43.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 179 | 219 | 0.93 | 0.18 | 0 | 0.14 | 191.82 | 0.86 | 0.46 |
| Hex | 10 | B3 | DB | 5D | 12 | 0 | E | C0 | 56 | 2E |
| Octal | 20 | 263 | 333 | 135 | 22 | 0 | 16 | 300 | 126 | 56 |
| Binary | 10000 | 10110011 | 11011011 | 1011101 | 10010 | 0 | 1110 | 11000000 | 1010110 | 101110 |
Color Harmonies of #10B3DB
Complementary color
Monochromatic Colors of #10B3DB
Black with #10B3DB
Text Example
Text Example
White with #10B3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B3DB; }
p { color: rgb(16,179,219); }
H1.HeaderClassName
{
color: #10B3DB;
}
.AnyTagClassName
{
color: #10B3DB;
}
</style>
background-color css
<style>
a { background-color: #10B3DB; }
a { background-color: rgb(16,179,219); }
div.DivClassName
{
background-color: #10B3DB;
}
.BgClassName
{
background-color: #10B3DB;
}
</style>
border-color css
<style>
span { border-color: #10B3DB; }
span { border-color: rgb(16,179,219); }
td.TdClassName
{
border-color: #10B3DB;
}
.TagClassName
{
border-color: #10B3DB;
}
</style>