Shades of Iris Blue #10BCCE
Tints of Iris Blue #10BCCE
RGB
CMYK
RGB Variations
Color information
#10BCCE (or 0x10BCCE) is known color: Iris Blue. HEX triplet: 10, BC and CE. RGB value is (16,188,206). Sum of RGB (Red+Green+Blue) = 16+188+206=410 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.90% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #10BCCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BCCE is #EF4331. Grayscale: #8A8A8A. Windows color (decimal): -15680306 or 13548560. OLE color: 13548560.
HSL color Cylindrical-coordinate representation of color #10BCCE: hue angle of 185.68º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BCCE is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 188 | 206 | - |
| CMYK | 0.92 | 0.09 | 0 | 0.19 |
| HSL | 185.68º | 0.86% | 0.44% | - |
| HSV(B) | 185.68º | 0.92% | 0.81% | - |
| XYZ | 29.34 | 40.53 | 64.67 | - |
| YUV | 138.62 | 166.02 | 40.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 188 | 206 | 0.92 | 0.09 | 0 | 0.19 | 185.68 | 0.86 | 0.44 |
| Hex | 10 | BC | CE | 5C | 9 | 0 | 13 | BA | 56 | 2C |
| Octal | 20 | 274 | 316 | 134 | 11 | 0 | 23 | 272 | 126 | 54 |
| Binary | 10000 | 10111100 | 11001110 | 1011100 | 1001 | 0 | 10011 | 10111010 | 1010110 | 101100 |
Color Harmonies of #10BCCE
Complementary color
Monochromatic Colors of #10BCCE
Black with #10BCCE
Text Example
Text Example
White with #10BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BCCE; }
p { color: rgb(16,188,206); }
H1.HeaderClassName
{
color: #10BCCE;
}
.AnyTagClassName
{
color: #10BCCE;
}
</style>
background-color css
<style>
a { background-color: #10BCCE; }
a { background-color: rgb(16,188,206); }
div.DivClassName
{
background-color: #10BCCE;
}
.BgClassName
{
background-color: #10BCCE;
}
</style>
border-color css
<style>
span { border-color: #10BCCE; }
span { border-color: rgb(16,188,206); }
td.TdClassName
{
border-color: #10BCCE;
}
.TagClassName
{
border-color: #10BCCE;
}
</style>