Shades of Iris Blue #10BBCB
Tints of Iris Blue #10BBCB
RGB
CMYK
RGB Variations
Color information
#10BBCB (or 0x10BBCB) is known color: Iris Blue. HEX triplet: 10, BB and CB. RGB value is (16,187,203). Sum of RGB (Red+Green+Blue) = 16+187+203=406 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.94% from 406); Green value is 187 (73.44% from 255 or 46.06% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #10BBCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BBCB is #EF4434. Grayscale: #898989. Windows color (decimal): -15680565 or 13351696. OLE color: 13351696.
HSL color Cylindrical-coordinate representation of color #10BBCB: hue angle of 185.13º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BBCB is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 187 | 203 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.20 |
| HSL | 185.13º | 0.85% | 0.43% | - |
| HSV(B) | 185.13º | 0.92% | 0.8% | - |
| XYZ | 28.76 | 39.96 | 62.7 | - |
| YUV | 137.7 | 164.85 | 41.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 187 | 203 | 0.92 | 0.08 | 0 | 0.20 | 185.13 | 0.85 | 0.43 |
| Hex | 10 | BB | CB | 5C | 8 | 0 | 14 | B9 | 55 | 2B |
| Octal | 20 | 273 | 313 | 134 | 10 | 0 | 24 | 271 | 125 | 53 |
| Binary | 10000 | 10111011 | 11001011 | 1011100 | 1000 | 0 | 10100 | 10111001 | 1010101 | 101011 |
Color Harmonies of #10BBCB
Complementary color
Monochromatic Colors of #10BBCB
Black with #10BBCB
Text Example
Text Example
White with #10BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BBCB; }
p { color: rgb(16,187,203); }
H1.HeaderClassName
{
color: #10BBCB;
}
.AnyTagClassName
{
color: #10BBCB;
}
</style>
background-color css
<style>
a { background-color: #10BBCB; }
a { background-color: rgb(16,187,203); }
div.DivClassName
{
background-color: #10BBCB;
}
.BgClassName
{
background-color: #10BBCB;
}
</style>
border-color css
<style>
span { border-color: #10BBCB; }
span { border-color: rgb(16,187,203); }
td.TdClassName
{
border-color: #10BBCB;
}
.TagClassName
{
border-color: #10BBCB;
}
</style>