Shades of Iris Blue #10BBBC
Tints of Iris Blue #10BBBC
RGB
CMYK
RGB Variations
Color information
#10BBBC (or 0x10BBBC) is known color: Iris Blue. HEX triplet: 10, BB and BC. RGB value is (16,187,188). Sum of RGB (Red+Green+Blue) = 16+187+188=391 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.09% from 391); Green value is 187 (73.44% from 255 or 47.83% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #10BBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BBBC is #EF4443. Grayscale: #878787. Windows color (decimal): -15680580 or 12368656. OLE color: 12368656.
HSL color Cylindrical-coordinate representation of color #10BBBC: hue angle of 180.35º 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 #10BBBC is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 187 | 188 | - |
| CMYK | 0.91 | 0.01 | 0 | 0.26 |
| HSL | 180.35º | 0.84% | 0.4% | - |
| HSV(B) | 180.35º | 0.91% | 0.74% | - |
| XYZ | 27.06 | 39.28 | 53.73 | - |
| YUV | 135.99 | 157.35 | 42.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 187 | 188 | 0.91 | 0.01 | 0 | 0.26 | 180.35 | 0.84 | 0.4 |
| Hex | 10 | BB | BC | 5B | 1 | 0 | 1A | B4 | 54 | 28 |
| Octal | 20 | 273 | 274 | 133 | 1 | 0 | 32 | 264 | 124 | 50 |
| Binary | 10000 | 10111011 | 10111100 | 1011011 | 1 | 0 | 11010 | 10110100 | 1010100 | 101000 |
Color Harmonies of #10BBBC
Complementary color
Monochromatic Colors of #10BBBC
Black with #10BBBC
Text Example
Text Example
White with #10BBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BBBC; }
p { color: rgb(16,187,188); }
H1.HeaderClassName
{
color: #10BBBC;
}
.AnyTagClassName
{
color: #10BBBC;
}
</style>
background-color css
<style>
a { background-color: #10BBBC; }
a { background-color: rgb(16,187,188); }
div.DivClassName
{
background-color: #10BBBC;
}
.BgClassName
{
background-color: #10BBBC;
}
</style>
border-color css
<style>
span { border-color: #10BBBC; }
span { border-color: rgb(16,187,188); }
td.TdClassName
{
border-color: #10BBBC;
}
.TagClassName
{
border-color: #10BBBC;
}
</style>