Shades of Iris Blue #10B0BD
Tints of Iris Blue #10B0BD
RGB
CMYK
RGB Variations
Color information
#10B0BD (or 0x10B0BD) is known color: Iris Blue. HEX triplet: 10, B0 and BD. RGB value is (16,176,189). Sum of RGB (Red+Green+Blue) = 16+176+189=381 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.20% from 381); Green value is 176 (69.14% from 255 or 46.19% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #10B0BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10B0BD is #EF4F42. Grayscale: #818181. Windows color (decimal): -15683395 or 12431376. OLE color: 12431376.
HSL color Cylindrical-coordinate representation of color #10B0BD: hue angle of 184.51º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10B0BD is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 176 | 189 | - |
| CMYK | 0.92 | 0.07 | 0 | 0.26 |
| HSL | 184.51º | 0.84% | 0.4% | - |
| HSV(B) | 184.51º | 0.92% | 0.74% | - |
| XYZ | 24.92 | 34.83 | 53.55 | - |
| YUV | 129.64 | 161.49 | 46.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 176 | 189 | 0.92 | 0.07 | 0 | 0.26 | 184.51 | 0.84 | 0.4 |
| Hex | 10 | B0 | BD | 5C | 7 | 0 | 1A | B9 | 54 | 28 |
| Octal | 20 | 260 | 275 | 134 | 7 | 0 | 32 | 271 | 124 | 50 |
| Binary | 10000 | 10110000 | 10111101 | 1011100 | 111 | 0 | 11010 | 10111001 | 1010100 | 101000 |
Color Harmonies of #10B0BD
Complementary color
Monochromatic Colors of #10B0BD
Black with #10B0BD
Text Example
Text Example
White with #10B0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B0BD; }
p { color: rgb(16,176,189); }
H1.HeaderClassName
{
color: #10B0BD;
}
.AnyTagClassName
{
color: #10B0BD;
}
</style>
background-color css
<style>
a { background-color: #10B0BD; }
a { background-color: rgb(16,176,189); }
div.DivClassName
{
background-color: #10B0BD;
}
.BgClassName
{
background-color: #10B0BD;
}
</style>
border-color css
<style>
span { border-color: #10B0BD; }
span { border-color: rgb(16,176,189); }
td.TdClassName
{
border-color: #10B0BD;
}
.TagClassName
{
border-color: #10B0BD;
}
</style>