Shades of Iris Blue #10B1DB
Tints of Iris Blue #10B1DB
RGB
CMYK
RGB Variations
Color information
#10B1DB (or 0x10B1DB) is known color: Iris Blue. HEX triplet: 10, B1 and DB. RGB value is (16,177,219). Sum of RGB (Red+Green+Blue) = 16+177+219=412 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.88% from 412); Green value is 177 (69.53% from 255 or 42.96% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #10B1DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10B1DB is #EF4E24. Grayscale: #858585. Windows color (decimal): -15683109 or 14397712. OLE color: 14397712.
HSL color Cylindrical-coordinate representation of color #10B1DB: hue angle of 192.41º 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 #10B1DB is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 177 | 219 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.14 |
| HSL | 192.41º | 0.86% | 0.46% | - |
| HSV(B) | 192.41º | 0.93% | 0.86% | - |
| XYZ | 28.72 | 36.67 | 72.58 | - |
| YUV | 133.65 | 176.16 | 44.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 177 | 219 | 0.93 | 0.19 | 0 | 0.14 | 192.41 | 0.86 | 0.46 |
| Hex | 10 | B1 | DB | 5D | 13 | 0 | E | C0 | 56 | 2E |
| Octal | 20 | 261 | 333 | 135 | 23 | 0 | 16 | 300 | 126 | 56 |
| Binary | 10000 | 10110001 | 11011011 | 1011101 | 10011 | 0 | 1110 | 11000000 | 1010110 | 101110 |
Color Harmonies of #10B1DB
Complementary color
Monochromatic Colors of #10B1DB
Black with #10B1DB
Text Example
Text Example
White with #10B1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B1DB; }
p { color: rgb(16,177,219); }
H1.HeaderClassName
{
color: #10B1DB;
}
.AnyTagClassName
{
color: #10B1DB;
}
</style>
background-color css
<style>
a { background-color: #10B1DB; }
a { background-color: rgb(16,177,219); }
div.DivClassName
{
background-color: #10B1DB;
}
.BgClassName
{
background-color: #10B1DB;
}
</style>
border-color css
<style>
span { border-color: #10B1DB; }
span { border-color: rgb(16,177,219); }
td.TdClassName
{
border-color: #10B1DB;
}
.TagClassName
{
border-color: #10B1DB;
}
</style>