Shades of Iris Blue #10BBCF
Tints of Iris Blue #10BBCF
RGB
CMYK
RGB Variations
Color information
#10BBCF (or 0x10BBCF) is known color: Iris Blue. HEX triplet: 10, BB and CF. RGB value is (16,187,207). Sum of RGB (Red+Green+Blue) = 16+187+207=410 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.90% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #10BBCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BBCF is #EF4430. Grayscale: #898989. Windows color (decimal): -15680561 or 13613840. OLE color: 13613840.
HSL color Cylindrical-coordinate representation of color #10BBCF: hue angle of 186.28º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BBCF is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 187 | 207 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.19 |
| HSL | 186.28º | 0.86% | 0.44% | - |
| HSV(B) | 186.28º | 0.92% | 0.81% | - |
| XYZ | 29.25 | 40.16 | 65.24 | - |
| YUV | 138.15 | 166.85 | 40.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 187 | 207 | 0.92 | 0.10 | 0 | 0.19 | 186.28 | 0.86 | 0.44 |
| Hex | 10 | BB | CF | 5C | A | 0 | 13 | BA | 56 | 2C |
| Octal | 20 | 273 | 317 | 134 | 12 | 0 | 23 | 272 | 126 | 54 |
| Binary | 10000 | 10111011 | 11001111 | 1011100 | 1010 | 0 | 10011 | 10111010 | 1010110 | 101100 |
Color Harmonies of #10BBCF
Complementary color
Monochromatic Colors of #10BBCF
Black with #10BBCF
Text Example
Text Example
White with #10BBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BBCF; }
p { color: rgb(16,187,207); }
H1.HeaderClassName
{
color: #10BBCF;
}
.AnyTagClassName
{
color: #10BBCF;
}
</style>
background-color css
<style>
a { background-color: #10BBCF; }
a { background-color: rgb(16,187,207); }
div.DivClassName
{
background-color: #10BBCF;
}
.BgClassName
{
background-color: #10BBCF;
}
</style>
border-color css
<style>
span { border-color: #10BBCF; }
span { border-color: rgb(16,187,207); }
td.TdClassName
{
border-color: #10BBCF;
}
.TagClassName
{
border-color: #10BBCF;
}
</style>