Shades of Iris Blue #10BCC7
Tints of Iris Blue #10BCC7
RGB
CMYK
RGB Variations
Color information
#10BCC7 (or 0x10BCC7) is known color: Iris Blue. HEX triplet: 10, BC and C7. RGB value is (16,188,199). Sum of RGB (Red+Green+Blue) = 16+188+199=403 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.97% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 199 (78.12% from 255 or 49.38% from 403); Max value from RGB is 199 - color contains mainly: blue. Hex color #10BCC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BCC7 is #EF4338. Grayscale: #898989. Windows color (decimal): -15680313 or 13089808. OLE color: 13089808.
HSL color Cylindrical-coordinate representation of color #10BCC7: hue angle of 183.61º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BCC7 is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 188 | 199 | - |
| CMYK | 0.92 | 0.06 | 0 | 0.22 |
| HSL | 183.61º | 0.85% | 0.42% | - |
| HSV(B) | 183.61º | 0.92% | 0.78% | - |
| XYZ | 28.51 | 40.2 | 60.29 | - |
| YUV | 137.83 | 162.52 | 41.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 188 | 199 | 0.92 | 0.06 | 0 | 0.22 | 183.61 | 0.85 | 0.42 |
| Hex | 10 | BC | C7 | 5C | 6 | 0 | 16 | B8 | 55 | 2A |
| Octal | 20 | 274 | 307 | 134 | 6 | 0 | 26 | 270 | 125 | 52 |
| Binary | 10000 | 10111100 | 11000111 | 1011100 | 110 | 0 | 10110 | 10111000 | 1010101 | 101010 |
Color Harmonies of #10BCC7
Complementary color
Monochromatic Colors of #10BCC7
Black with #10BCC7
Text Example
Text Example
White with #10BCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BCC7; }
p { color: rgb(16,188,199); }
H1.HeaderClassName
{
color: #10BCC7;
}
.AnyTagClassName
{
color: #10BCC7;
}
</style>
background-color css
<style>
a { background-color: #10BCC7; }
a { background-color: rgb(16,188,199); }
div.DivClassName
{
background-color: #10BCC7;
}
.BgClassName
{
background-color: #10BCC7;
}
</style>
border-color css
<style>
span { border-color: #10BCC7; }
span { border-color: rgb(16,188,199); }
td.TdClassName
{
border-color: #10BCC7;
}
.TagClassName
{
border-color: #10BCC7;
}
</style>