Shades of Iris Blue #10BCD0
Tints of Iris Blue #10BCD0
RGB
CMYK
RGB Variations
Color information
#10BCD0 (or 0x10BCD0) is known color: Iris Blue. HEX triplet: 10, BC and D0. RGB value is (16,188,208). Sum of RGB (Red+Green+Blue) = 16+188+208=412 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.88% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 208 (81.64% from 255 or 50.49% from 412); Max value from RGB is 208 - color contains mainly: blue. Hex color #10BCD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BCD0 is #EF432F. Grayscale: #8A8A8A. Windows color (decimal): -15680304 or 13679632. OLE color: 13679632.
HSL color Cylindrical-coordinate representation of color #10BCD0: hue angle of 186.25º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BCD0 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 188 | 208 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.18 |
| HSL | 186.25º | 0.86% | 0.44% | - |
| HSV(B) | 186.25º | 0.92% | 0.82% | - |
| XYZ | 29.58 | 40.63 | 65.96 | - |
| YUV | 138.85 | 167.02 | 40.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 188 | 208 | 0.92 | 0.10 | 0 | 0.18 | 186.25 | 0.86 | 0.44 |
| Hex | 10 | BC | D0 | 5C | A | 0 | 12 | BA | 56 | 2C |
| Octal | 20 | 274 | 320 | 134 | 12 | 0 | 22 | 272 | 126 | 54 |
| Binary | 10000 | 10111100 | 11010000 | 1011100 | 1010 | 0 | 10010 | 10111010 | 1010110 | 101100 |
Color Harmonies of #10BCD0
Complementary color
Monochromatic Colors of #10BCD0
Black with #10BCD0
Text Example
Text Example
White with #10BCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BCD0; }
p { color: rgb(16,188,208); }
H1.HeaderClassName
{
color: #10BCD0;
}
.AnyTagClassName
{
color: #10BCD0;
}
</style>
background-color css
<style>
a { background-color: #10BCD0; }
a { background-color: rgb(16,188,208); }
div.DivClassName
{
background-color: #10BCD0;
}
.BgClassName
{
background-color: #10BCD0;
}
</style>
border-color css
<style>
span { border-color: #10BCD0; }
span { border-color: rgb(16,188,208); }
td.TdClassName
{
border-color: #10BCD0;
}
.TagClassName
{
border-color: #10BCD0;
}
</style>