Shades of Iris Blue #10B6C7
Tints of Iris Blue #10B6C7
RGB
CMYK
RGB Variations
Color information
#10B6C7 (or 0x10B6C7) is known color: Iris Blue. HEX triplet: 10, B6 and C7. RGB value is (16,182,199). Sum of RGB (Red+Green+Blue) = 16+182+199=397 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.03% from 397); Green value is 182 (71.48% from 255 or 45.84% from 397); Blue value is 199 (78.12% from 255 or 50.13% from 397); Max value from RGB is 199 - color contains mainly: blue. Hex color #10B6C7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B6C7 is #EF4938. Grayscale: #868686. Windows color (decimal): -15681849 or 13088272. OLE color: 13088272.
HSL color Cylindrical-coordinate representation of color #10B6C7: hue angle of 185.57º 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 #10B6C7 is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 182 | 199 | - |
| CMYK | 0.92 | 0.09 | 0 | 0.22 |
| HSL | 185.57º | 0.85% | 0.42% | - |
| HSV(B) | 185.57º | 0.92% | 0.78% | - |
| XYZ | 27.25 | 37.69 | 59.87 | - |
| YUV | 134.3 | 164.5 | 43.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 182 | 199 | 0.92 | 0.09 | 0 | 0.22 | 185.57 | 0.85 | 0.42 |
| Hex | 10 | B6 | C7 | 5C | 9 | 0 | 16 | BA | 55 | 2A |
| Octal | 20 | 266 | 307 | 134 | 11 | 0 | 26 | 272 | 125 | 52 |
| Binary | 10000 | 10110110 | 11000111 | 1011100 | 1001 | 0 | 10110 | 10111010 | 1010101 | 101010 |
Color Harmonies of #10B6C7
Complementary color
Monochromatic Colors of #10B6C7
Black with #10B6C7
Text Example
Text Example
White with #10B6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B6C7; }
p { color: rgb(16,182,199); }
H1.HeaderClassName
{
color: #10B6C7;
}
.AnyTagClassName
{
color: #10B6C7;
}
</style>
background-color css
<style>
a { background-color: #10B6C7; }
a { background-color: rgb(16,182,199); }
div.DivClassName
{
background-color: #10B6C7;
}
.BgClassName
{
background-color: #10B6C7;
}
</style>
border-color css
<style>
span { border-color: #10B6C7; }
span { border-color: rgb(16,182,199); }
td.TdClassName
{
border-color: #10B6C7;
}
.TagClassName
{
border-color: #10B6C7;
}
</style>