Shades of Iris Blue #10B8C0
Tints of Iris Blue #10B8C0
RGB
CMYK
RGB Variations
Color information
#10B8C0 (or 0x10B8C0) is known color: Iris Blue. HEX triplet: 10, B8 and C0. RGB value is (16,184,192). Sum of RGB (Red+Green+Blue) = 16+184+192=392 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.08% from 392); Green value is 184 (72.27% from 255 or 46.94% from 392); Blue value is 192 (75.39% from 255 or 48.98% from 392); Max value from RGB is 192 - color contains mainly: blue. Hex color #10B8C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B8C0 is #EF473F. Grayscale: #868686. Windows color (decimal): -15681344 or 12630032. OLE color: 12630032.
HSL color Cylindrical-coordinate representation of color #10B8C0: hue angle of 182.73º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10B8C0 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 184 | 192 | - |
| CMYK | 0.92 | 0.04 | 0 | 0.25 |
| HSL | 182.73º | 0.85% | 0.41% | - |
| HSV(B) | 182.73º | 0.92% | 0.75% | - |
| XYZ | 26.87 | 38.2 | 55.83 | - |
| YUV | 134.68 | 160.34 | 43.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 184 | 192 | 0.92 | 0.04 | 0 | 0.25 | 182.73 | 0.85 | 0.41 |
| Hex | 10 | B8 | C0 | 5C | 4 | 0 | 19 | B7 | 55 | 29 |
| Octal | 20 | 270 | 300 | 134 | 4 | 0 | 31 | 267 | 125 | 51 |
| Binary | 10000 | 10111000 | 11000000 | 1011100 | 100 | 0 | 11001 | 10110111 | 1010101 | 101001 |
Color Harmonies of #10B8C0
Complementary color
Monochromatic Colors of #10B8C0
Black with #10B8C0
Text Example
Text Example
White with #10B8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B8C0; }
p { color: rgb(16,184,192); }
H1.HeaderClassName
{
color: #10B8C0;
}
.AnyTagClassName
{
color: #10B8C0;
}
</style>
background-color css
<style>
a { background-color: #10B8C0; }
a { background-color: rgb(16,184,192); }
div.DivClassName
{
background-color: #10B8C0;
}
.BgClassName
{
background-color: #10B8C0;
}
</style>
border-color css
<style>
span { border-color: #10B8C0; }
span { border-color: rgb(16,184,192); }
td.TdClassName
{
border-color: #10B8C0;
}
.TagClassName
{
border-color: #10B8C0;
}
</style>