Shades of Iris Blue #10BCD6
Tints of Iris Blue #10BCD6
RGB
CMYK
RGB Variations
Color information
#10BCD6 (or 0x10BCD6) is known color: Iris Blue. HEX triplet: 10, BC and D6. RGB value is (16,188,214). Sum of RGB (Red+Green+Blue) = 16+188+214=418 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.83% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 214 (83.98% from 255 or 51.20% from 418); Max value from RGB is 214 - color contains mainly: blue. Hex color #10BCD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BCD6 is #EF4329. Grayscale: #8B8B8B. Windows color (decimal): -15680298 or 14072848. OLE color: 14072848.
HSL color Cylindrical-coordinate representation of color #10BCD6: hue angle of 187.88º 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 #10BCD6 is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 188 | 214 | - |
| CMYK | 0.93 | 0.12 | 0 | 0.16 |
| HSL | 187.88º | 0.86% | 0.45% | - |
| HSV(B) | 187.88º | 0.93% | 0.84% | - |
| XYZ | 30.33 | 40.93 | 69.92 | - |
| YUV | 139.54 | 170.02 | 39.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 188 | 214 | 0.93 | 0.12 | 0 | 0.16 | 187.88 | 0.86 | 0.45 |
| Hex | 10 | BC | D6 | 5D | C | 0 | 10 | BC | 56 | 2D |
| Octal | 20 | 274 | 326 | 135 | 14 | 0 | 20 | 274 | 126 | 55 |
| Binary | 10000 | 10111100 | 11010110 | 1011101 | 1100 | 0 | 10000 | 10111100 | 1010110 | 101101 |
Color Harmonies of #10BCD6
Complementary color
Monochromatic Colors of #10BCD6
Black with #10BCD6
Text Example
Text Example
White with #10BCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BCD6; }
p { color: rgb(16,188,214); }
H1.HeaderClassName
{
color: #10BCD6;
}
.AnyTagClassName
{
color: #10BCD6;
}
</style>
background-color css
<style>
a { background-color: #10BCD6; }
a { background-color: rgb(16,188,214); }
div.DivClassName
{
background-color: #10BCD6;
}
.BgClassName
{
background-color: #10BCD6;
}
</style>
border-color css
<style>
span { border-color: #10BCD6; }
span { border-color: rgb(16,188,214); }
td.TdClassName
{
border-color: #10BCD6;
}
.TagClassName
{
border-color: #10BCD6;
}
</style>