Shades of Iris Blue #10B7DD
Tints of Iris Blue #10B7DD
RGB
CMYK
RGB Variations
Color information
#10B7DD (or 0x10B7DD) is known color: Iris Blue. HEX triplet: 10, B7 and DD. RGB value is (16,183,221). Sum of RGB (Red+Green+Blue) = 16+183+221=420 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.81% from 420); Green value is 183 (71.88% from 255 or 43.57% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #10B7DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B7DD is #EF4822. Grayscale: #898989. Windows color (decimal): -15681571 or 14530320. OLE color: 14530320.
HSL color Cylindrical-coordinate representation of color #10B7DD: hue angle of 191.12º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10B7DD is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 183 | 221 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.13 |
| HSL | 191.12º | 0.86% | 0.46% | - |
| HSV(B) | 191.12º | 0.93% | 0.87% | - |
| XYZ | 30.2 | 39.2 | 74.38 | - |
| YUV | 137.4 | 175.17 | 41.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 183 | 221 | 0.93 | 0.17 | 0 | 0.13 | 191.12 | 0.86 | 0.46 |
| Hex | 10 | B7 | DD | 5D | 11 | 0 | D | BF | 56 | 2E |
| Octal | 20 | 267 | 335 | 135 | 21 | 0 | 15 | 277 | 126 | 56 |
| Binary | 10000 | 10110111 | 11011101 | 1011101 | 10001 | 0 | 1101 | 10111111 | 1010110 | 101110 |
Color Harmonies of #10B7DD
Complementary color
Monochromatic Colors of #10B7DD
Black with #10B7DD
Text Example
Text Example
White with #10B7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B7DD; }
p { color: rgb(16,183,221); }
H1.HeaderClassName
{
color: #10B7DD;
}
.AnyTagClassName
{
color: #10B7DD;
}
</style>
background-color css
<style>
a { background-color: #10B7DD; }
a { background-color: rgb(16,183,221); }
div.DivClassName
{
background-color: #10B7DD;
}
.BgClassName
{
background-color: #10B7DD;
}
</style>
border-color css
<style>
span { border-color: #10B7DD; }
span { border-color: rgb(16,183,221); }
td.TdClassName
{
border-color: #10B7DD;
}
.TagClassName
{
border-color: #10B7DD;
}
</style>