Shades of Iris Blue #10B9DB
Tints of Iris Blue #10B9DB
RGB
CMYK
RGB Variations
Color information
#10B9DB (or 0x10B9DB) is known color: Iris Blue. HEX triplet: 10, B9 and DB. RGB value is (16,185,219). Sum of RGB (Red+Green+Blue) = 16+185+219=420 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.81% from 420); Green value is 185 (72.66% from 255 or 44.05% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #10B9DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B9DB is #EF4624. Grayscale: #8A8A8A. Windows color (decimal): -15681061 or 14399760. OLE color: 14399760.
HSL color Cylindrical-coordinate representation of color #10B9DB: hue angle of 190.05º 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 #10B9DB is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 185 | 219 | - |
| CMYK | 0.93 | 0.16 | 0 | 0.14 |
| HSL | 190.05º | 0.86% | 0.46% | - |
| HSV(B) | 190.05º | 0.93% | 0.86% | - |
| XYZ | 30.35 | 39.92 | 73.12 | - |
| YUV | 138.35 | 173.51 | 40.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 185 | 219 | 0.93 | 0.16 | 0 | 0.14 | 190.05 | 0.86 | 0.46 |
| Hex | 10 | B9 | DB | 5D | 10 | 0 | E | BE | 56 | 2E |
| Octal | 20 | 271 | 333 | 135 | 20 | 0 | 16 | 276 | 126 | 56 |
| Binary | 10000 | 10111001 | 11011011 | 1011101 | 10000 | 0 | 1110 | 10111110 | 1010110 | 101110 |
Color Harmonies of #10B9DB
Complementary color
Monochromatic Colors of #10B9DB
Black with #10B9DB
Text Example
Text Example
White with #10B9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B9DB; }
p { color: rgb(16,185,219); }
H1.HeaderClassName
{
color: #10B9DB;
}
.AnyTagClassName
{
color: #10B9DB;
}
</style>
background-color css
<style>
a { background-color: #10B9DB; }
a { background-color: rgb(16,185,219); }
div.DivClassName
{
background-color: #10B9DB;
}
.BgClassName
{
background-color: #10B9DB;
}
</style>
border-color css
<style>
span { border-color: #10B9DB; }
span { border-color: rgb(16,185,219); }
td.TdClassName
{
border-color: #10B9DB;
}
.TagClassName
{
border-color: #10B9DB;
}
</style>