Shades of Iris Blue #10B5BB
Tints of Iris Blue #10B5BB
RGB
CMYK
RGB Variations
Color information
#10B5BB (or 0x10B5BB) is known color: Iris Blue. HEX triplet: 10, B5 and BB. RGB value is (16,181,187). Sum of RGB (Red+Green+Blue) = 16+181+187=384 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.17% from 384); Green value is 181 (71.09% from 255 or 47.14% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #10B5BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B5BB is #EF4A44. Grayscale: #848484. Windows color (decimal): -15682117 or 12301584. OLE color: 12301584.
HSL color Cylindrical-coordinate representation of color #10B5BB: hue angle of 182.11º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B5BB is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 181 | 187 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.27 |
| HSL | 182.11º | 0.84% | 0.4% | - |
| HSV(B) | 182.11º | 0.91% | 0.73% | - |
| XYZ | 25.71 | 36.75 | 52.75 | - |
| YUV | 132.35 | 158.84 | 45.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 181 | 187 | 0.91 | 0.03 | 0 | 0.27 | 182.11 | 0.84 | 0.4 |
| Hex | 10 | B5 | BB | 5B | 3 | 0 | 1B | B6 | 54 | 28 |
| Octal | 20 | 265 | 273 | 133 | 3 | 0 | 33 | 266 | 124 | 50 |
| Binary | 10000 | 10110101 | 10111011 | 1011011 | 11 | 0 | 11011 | 10110110 | 1010100 | 101000 |
Color Harmonies of #10B5BB
Complementary color
Monochromatic Colors of #10B5BB
Black with #10B5BB
Text Example
Text Example
White with #10B5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B5BB; }
p { color: rgb(16,181,187); }
H1.HeaderClassName
{
color: #10B5BB;
}
.AnyTagClassName
{
color: #10B5BB;
}
</style>
background-color css
<style>
a { background-color: #10B5BB; }
a { background-color: rgb(16,181,187); }
div.DivClassName
{
background-color: #10B5BB;
}
.BgClassName
{
background-color: #10B5BB;
}
</style>
border-color css
<style>
span { border-color: #10B5BB; }
span { border-color: rgb(16,181,187); }
td.TdClassName
{
border-color: #10B5BB;
}
.TagClassName
{
border-color: #10B5BB;
}
</style>