Shades of Iris Blue #10B6CE
Tints of Iris Blue #10B6CE
RGB
CMYK
RGB Variations
Color information
#10B6CE (or 0x10B6CE) is known color: Iris Blue. HEX triplet: 10, B6 and CE. RGB value is (16,182,206). Sum of RGB (Red+Green+Blue) = 16+182+206=404 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.96% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #10B6CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B6CE is #EF4931. Grayscale: #868686. Windows color (decimal): -15681842 or 13547024. OLE color: 13547024.
HSL color Cylindrical-coordinate representation of color #10B6CE: hue angle of 187.58º 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 #10B6CE is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 182 | 206 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.19 |
| HSL | 187.58º | 0.86% | 0.44% | - |
| HSV(B) | 187.58º | 0.92% | 0.81% | - |
| XYZ | 28.08 | 38.02 | 64.25 | - |
| YUV | 135.1 | 168 | 43.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 182 | 206 | 0.92 | 0.12 | 0 | 0.19 | 187.58 | 0.86 | 0.44 |
| Hex | 10 | B6 | CE | 5C | C | 0 | 13 | BC | 56 | 2C |
| Octal | 20 | 266 | 316 | 134 | 14 | 0 | 23 | 274 | 126 | 54 |
| Binary | 10000 | 10110110 | 11001110 | 1011100 | 1100 | 0 | 10011 | 10111100 | 1010110 | 101100 |
Color Harmonies of #10B6CE
Complementary color
Monochromatic Colors of #10B6CE
Black with #10B6CE
Text Example
Text Example
White with #10B6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B6CE; }
p { color: rgb(16,182,206); }
H1.HeaderClassName
{
color: #10B6CE;
}
.AnyTagClassName
{
color: #10B6CE;
}
</style>
background-color css
<style>
a { background-color: #10B6CE; }
a { background-color: rgb(16,182,206); }
div.DivClassName
{
background-color: #10B6CE;
}
.BgClassName
{
background-color: #10B6CE;
}
</style>
border-color css
<style>
span { border-color: #10B6CE; }
span { border-color: rgb(16,182,206); }
td.TdClassName
{
border-color: #10B6CE;
}
.TagClassName
{
border-color: #10B6CE;
}
</style>