Shades of Iris Blue #10B7DB
Tints of Iris Blue #10B7DB
RGB
CMYK
RGB Variations
Color information
#10B7DB (or 0x10B7DB) is known color: Iris Blue. HEX triplet: 10, B7 and DB. RGB value is (16,183,219). Sum of RGB (Red+Green+Blue) = 16+183+219=418 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.83% from 418); Green value is 183 (71.88% from 255 or 43.78% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #10B7DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B7DB is #EF4824. Grayscale: #888888. Windows color (decimal): -15681573 or 14399248. OLE color: 14399248.
HSL color Cylindrical-coordinate representation of color #10B7DB: hue angle of 190.64º 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 #10B7DB is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 183 | 219 | - |
| CMYK | 0.93 | 0.16 | 0 | 0.14 |
| HSL | 190.64º | 0.86% | 0.46% | - |
| HSV(B) | 190.64º | 0.93% | 0.86% | - |
| XYZ | 29.93 | 39.09 | 72.99 | - |
| YUV | 137.17 | 174.17 | 41.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 183 | 219 | 0.93 | 0.16 | 0 | 0.14 | 190.64 | 0.86 | 0.46 |
| Hex | 10 | B7 | DB | 5D | 10 | 0 | E | BF | 56 | 2E |
| Octal | 20 | 267 | 333 | 135 | 20 | 0 | 16 | 277 | 126 | 56 |
| Binary | 10000 | 10110111 | 11011011 | 1011101 | 10000 | 0 | 1110 | 10111111 | 1010110 | 101110 |
Color Harmonies of #10B7DB
Complementary color
Monochromatic Colors of #10B7DB
Black with #10B7DB
Text Example
Text Example
White with #10B7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B7DB; }
p { color: rgb(16,183,219); }
H1.HeaderClassName
{
color: #10B7DB;
}
.AnyTagClassName
{
color: #10B7DB;
}
</style>
background-color css
<style>
a { background-color: #10B7DB; }
a { background-color: rgb(16,183,219); }
div.DivClassName
{
background-color: #10B7DB;
}
.BgClassName
{
background-color: #10B7DB;
}
</style>
border-color css
<style>
span { border-color: #10B7DB; }
span { border-color: rgb(16,183,219); }
td.TdClassName
{
border-color: #10B7DB;
}
.TagClassName
{
border-color: #10B7DB;
}
</style>