Shades of Iris Blue #10BBC1
Tints of Iris Blue #10BBC1
RGB
CMYK
RGB Variations
Color information
#10BBC1 (or 0x10BBC1) is known color: Iris Blue. HEX triplet: 10, BB and C1. RGB value is (16,187,193). Sum of RGB (Red+Green+Blue) = 16+187+193=396 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.04% from 396); Green value is 187 (73.44% from 255 or 47.22% from 396); Blue value is 193 (75.78% from 255 or 48.74% from 396); Max value from RGB is 193 - color contains mainly: blue. Hex color #10BBC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BBC1 is #EF443E. Grayscale: #888888. Windows color (decimal): -15680575 or 12696336. OLE color: 12696336.
HSL color Cylindrical-coordinate representation of color #10BBC1: hue angle of 182.03º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BBC1 is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 187 | 193 | - |
| CMYK | 0.92 | 0.03 | 0 | 0.24 |
| HSL | 182.03º | 0.85% | 0.41% | - |
| HSV(B) | 182.03º | 0.92% | 0.76% | - |
| XYZ | 27.61 | 39.5 | 56.62 | - |
| YUV | 136.56 | 159.85 | 42.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 187 | 193 | 0.92 | 0.03 | 0 | 0.24 | 182.03 | 0.85 | 0.41 |
| Hex | 10 | BB | C1 | 5C | 3 | 0 | 18 | B6 | 55 | 29 |
| Octal | 20 | 273 | 301 | 134 | 3 | 0 | 30 | 266 | 125 | 51 |
| Binary | 10000 | 10111011 | 11000001 | 1011100 | 11 | 0 | 11000 | 10110110 | 1010101 | 101001 |
Color Harmonies of #10BBC1
Complementary color
Monochromatic Colors of #10BBC1
Black with #10BBC1
Text Example
Text Example
White with #10BBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BBC1; }
p { color: rgb(16,187,193); }
H1.HeaderClassName
{
color: #10BBC1;
}
.AnyTagClassName
{
color: #10BBC1;
}
</style>
background-color css
<style>
a { background-color: #10BBC1; }
a { background-color: rgb(16,187,193); }
div.DivClassName
{
background-color: #10BBC1;
}
.BgClassName
{
background-color: #10BBC1;
}
</style>
border-color css
<style>
span { border-color: #10BBC1; }
span { border-color: rgb(16,187,193); }
td.TdClassName
{
border-color: #10BBC1;
}
.TagClassName
{
border-color: #10BBC1;
}
</style>