Shades of Iris Blue #10B5DB
Tints of Iris Blue #10B5DB
RGB
CMYK
RGB Variations
Color information
#10B5DB (or 0x10B5DB) is known color: Iris Blue. HEX triplet: 10, B5 and DB. RGB value is (16,181,219). Sum of RGB (Red+Green+Blue) = 16+181+219=416 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.85% from 416); Green value is 181 (71.09% from 255 or 43.51% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #10B5DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B5DB is #EF4A24. Grayscale: #878787. Windows color (decimal): -15682085 or 14398736. OLE color: 14398736.
HSL color Cylindrical-coordinate representation of color #10B5DB: hue angle of 191.23º 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 #10B5DB is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 181 | 219 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.14 |
| HSL | 191.23º | 0.86% | 0.46% | - |
| HSV(B) | 191.23º | 0.93% | 0.86% | - |
| XYZ | 29.52 | 38.27 | 72.85 | - |
| YUV | 136 | 174.84 | 42.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 181 | 219 | 0.93 | 0.17 | 0 | 0.14 | 191.23 | 0.86 | 0.46 |
| Hex | 10 | B5 | DB | 5D | 11 | 0 | E | BF | 56 | 2E |
| Octal | 20 | 265 | 333 | 135 | 21 | 0 | 16 | 277 | 126 | 56 |
| Binary | 10000 | 10110101 | 11011011 | 1011101 | 10001 | 0 | 1110 | 10111111 | 1010110 | 101110 |
Color Harmonies of #10B5DB
Complementary color
Monochromatic Colors of #10B5DB
Black with #10B5DB
Text Example
Text Example
White with #10B5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B5DB; }
p { color: rgb(16,181,219); }
H1.HeaderClassName
{
color: #10B5DB;
}
.AnyTagClassName
{
color: #10B5DB;
}
</style>
background-color css
<style>
a { background-color: #10B5DB; }
a { background-color: rgb(16,181,219); }
div.DivClassName
{
background-color: #10B5DB;
}
.BgClassName
{
background-color: #10B5DB;
}
</style>
border-color css
<style>
span { border-color: #10B5DB; }
span { border-color: rgb(16,181,219); }
td.TdClassName
{
border-color: #10B5DB;
}
.TagClassName
{
border-color: #10B5DB;
}
</style>