Shades of Iris Blue #10B0BC
Tints of Iris Blue #10B0BC
RGB
CMYK
RGB Variations
Color information
#10B0BC (or 0x10B0BC) is known color: Iris Blue. HEX triplet: 10, B0 and BC. RGB value is (16,176,188). Sum of RGB (Red+Green+Blue) = 16+176+188=380 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.21% from 380); Green value is 176 (69.14% from 255 or 46.32% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #10B0BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10B0BC is #EF4F43. Grayscale: #818181. Windows color (decimal): -15683396 or 12365840. OLE color: 12365840.
HSL color Cylindrical-coordinate representation of color #10B0BC: hue angle of 184.19º 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 #10B0BC is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 176 | 188 | - |
| CMYK | 0.91 | 0.06 | 0 | 0.26 |
| HSL | 184.19º | 0.84% | 0.4% | - |
| HSV(B) | 184.19º | 0.91% | 0.74% | - |
| XYZ | 24.82 | 34.79 | 52.98 | - |
| YUV | 129.53 | 160.99 | 47.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 176 | 188 | 0.91 | 0.06 | 0 | 0.26 | 184.19 | 0.84 | 0.4 |
| Hex | 10 | B0 | BC | 5B | 6 | 0 | 1A | B8 | 54 | 28 |
| Octal | 20 | 260 | 274 | 133 | 6 | 0 | 32 | 270 | 124 | 50 |
| Binary | 10000 | 10110000 | 10111100 | 1011011 | 110 | 0 | 11010 | 10111000 | 1010100 | 101000 |
Color Harmonies of #10B0BC
Complementary color
Monochromatic Colors of #10B0BC
Black with #10B0BC
Text Example
Text Example
White with #10B0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B0BC; }
p { color: rgb(16,176,188); }
H1.HeaderClassName
{
color: #10B0BC;
}
.AnyTagClassName
{
color: #10B0BC;
}
</style>
background-color css
<style>
a { background-color: #10B0BC; }
a { background-color: rgb(16,176,188); }
div.DivClassName
{
background-color: #10B0BC;
}
.BgClassName
{
background-color: #10B0BC;
}
</style>
border-color css
<style>
span { border-color: #10B0BC; }
span { border-color: rgb(16,176,188); }
td.TdClassName
{
border-color: #10B0BC;
}
.TagClassName
{
border-color: #10B0BC;
}
</style>