Shades of Iris Blue #10BCD7
Tints of Iris Blue #10BCD7
RGB
CMYK
RGB Variations
Color information
#10BCD7 (or 0x10BCD7) is known color: Iris Blue. HEX triplet: 10, BC and D7. RGB value is (16,188,215). Sum of RGB (Red+Green+Blue) = 16+188+215=419 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.82% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 215 (84.38% from 255 or 51.31% from 419); Max value from RGB is 215 - color contains mainly: blue. Hex color #10BCD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BCD7 is #EF4328. Grayscale: #8B8B8B. Windows color (decimal): -15680297 or 14138384. OLE color: 14138384.
HSL color Cylindrical-coordinate representation of color #10BCD7: hue angle of 188.14º 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 #10BCD7 is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 188 | 215 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.16 |
| HSL | 188.14º | 0.86% | 0.45% | - |
| HSV(B) | 188.14º | 0.93% | 0.84% | - |
| XYZ | 30.46 | 40.98 | 70.59 | - |
| YUV | 139.65 | 170.52 | 39.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 188 | 215 | 0.93 | 0.13 | 0 | 0.16 | 188.14 | 0.86 | 0.45 |
| Hex | 10 | BC | D7 | 5D | D | 0 | 10 | BC | 56 | 2D |
| Octal | 20 | 274 | 327 | 135 | 15 | 0 | 20 | 274 | 126 | 55 |
| Binary | 10000 | 10111100 | 11010111 | 1011101 | 1101 | 0 | 10000 | 10111100 | 1010110 | 101101 |
Color Harmonies of #10BCD7
Complementary color
Monochromatic Colors of #10BCD7
Black with #10BCD7
Text Example
Text Example
White with #10BCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BCD7; }
p { color: rgb(16,188,215); }
H1.HeaderClassName
{
color: #10BCD7;
}
.AnyTagClassName
{
color: #10BCD7;
}
</style>
background-color css
<style>
a { background-color: #10BCD7; }
a { background-color: rgb(16,188,215); }
div.DivClassName
{
background-color: #10BCD7;
}
.BgClassName
{
background-color: #10BCD7;
}
</style>
border-color css
<style>
span { border-color: #10BCD7; }
span { border-color: rgb(16,188,215); }
td.TdClassName
{
border-color: #10BCD7;
}
.TagClassName
{
border-color: #10BCD7;
}
</style>