Shades of Iris Blue #10B7BC
Tints of Iris Blue #10B7BC
RGB
CMYK
RGB Variations
Color information
#10B7BC (or 0x10B7BC) is known color: Iris Blue. HEX triplet: 10, B7 and BC. RGB value is (16,183,188). Sum of RGB (Red+Green+Blue) = 16+183+188=387 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.13% from 387); Green value is 183 (71.88% from 255 or 47.29% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #10B7BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B7BC is #EF4843. Grayscale: #858585. Windows color (decimal): -15681604 or 12367632. OLE color: 12367632.
HSL color Cylindrical-coordinate representation of color #10B7BC: hue angle of 181.74º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B7BC is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 183 | 188 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.26 |
| HSL | 181.74º | 0.84% | 0.4% | - |
| HSV(B) | 181.74º | 0.91% | 0.74% | - |
| XYZ | 26.22 | 37.61 | 53.45 | - |
| YUV | 133.64 | 158.67 | 44.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 183 | 188 | 0.91 | 0.03 | 0 | 0.26 | 181.74 | 0.84 | 0.4 |
| Hex | 10 | B7 | BC | 5B | 3 | 0 | 1A | B6 | 54 | 28 |
| Octal | 20 | 267 | 274 | 133 | 3 | 0 | 32 | 266 | 124 | 50 |
| Binary | 10000 | 10110111 | 10111100 | 1011011 | 11 | 0 | 11010 | 10110110 | 1010100 | 101000 |
Color Harmonies of #10B7BC
Complementary color
Monochromatic Colors of #10B7BC
Black with #10B7BC
Text Example
Text Example
White with #10B7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B7BC; }
p { color: rgb(16,183,188); }
H1.HeaderClassName
{
color: #10B7BC;
}
.AnyTagClassName
{
color: #10B7BC;
}
</style>
background-color css
<style>
a { background-color: #10B7BC; }
a { background-color: rgb(16,183,188); }
div.DivClassName
{
background-color: #10B7BC;
}
.BgClassName
{
background-color: #10B7BC;
}
</style>
border-color css
<style>
span { border-color: #10B7BC; }
span { border-color: rgb(16,183,188); }
td.TdClassName
{
border-color: #10B7BC;
}
.TagClassName
{
border-color: #10B7BC;
}
</style>