Shades of Iris Blue #10BED7
Tints of Iris Blue #10BED7
RGB
CMYK
RGB Variations
Color information
#10BED7 (or 0x10BED7) is known color: Iris Blue. HEX triplet: 10, BE and D7. RGB value is (16,190,215). Sum of RGB (Red+Green+Blue) = 16+190+215=421 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.80% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 215 (84.38% from 255 or 51.07% from 421); Max value from RGB is 215 - color contains mainly: blue. Hex color #10BED7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BED7 is #EF4128. Grayscale: #8C8C8C. Windows color (decimal): -15679785 or 14138896. OLE color: 14138896.
HSL color Cylindrical-coordinate representation of color #10BED7: hue angle of 187.54º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BED7 is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 190 | 215 | - |
| CMYK | 0.93 | 0.12 | 0 | 0.16 |
| HSL | 187.54º | 0.86% | 0.45% | - |
| HSV(B) | 187.54º | 0.93% | 0.84% | - |
| XYZ | 30.89 | 41.84 | 70.74 | - |
| YUV | 140.82 | 169.85 | 38.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 190 | 215 | 0.93 | 0.12 | 0 | 0.16 | 187.54 | 0.86 | 0.45 |
| Hex | 10 | BE | D7 | 5D | C | 0 | 10 | BC | 56 | 2D |
| Octal | 20 | 276 | 327 | 135 | 14 | 0 | 20 | 274 | 126 | 55 |
| Binary | 10000 | 10111110 | 11010111 | 1011101 | 1100 | 0 | 10000 | 10111100 | 1010110 | 101101 |
Color Harmonies of #10BED7
Complementary color
Monochromatic Colors of #10BED7
Black with #10BED7
Text Example
Text Example
White with #10BED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BED7; }
p { color: rgb(16,190,215); }
H1.HeaderClassName
{
color: #10BED7;
}
.AnyTagClassName
{
color: #10BED7;
}
</style>
background-color css
<style>
a { background-color: #10BED7; }
a { background-color: rgb(16,190,215); }
div.DivClassName
{
background-color: #10BED7;
}
.BgClassName
{
background-color: #10BED7;
}
</style>
border-color css
<style>
span { border-color: #10BED7; }
span { border-color: rgb(16,190,215); }
td.TdClassName
{
border-color: #10BED7;
}
.TagClassName
{
border-color: #10BED7;
}
</style>