Shades of Iris Blue #10BBCE
Tints of Iris Blue #10BBCE
RGB
CMYK
RGB Variations
Color information
#10BBCE (or 0x10BBCE) is known color: Iris Blue. HEX triplet: 10, BB and CE. RGB value is (16,187,206). Sum of RGB (Red+Green+Blue) = 16+187+206=409 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.91% from 409); Green value is 187 (73.44% from 255 or 45.72% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #10BBCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BBCE is #EF4431. Grayscale: #898989. Windows color (decimal): -15680562 or 13548304. OLE color: 13548304.
HSL color Cylindrical-coordinate representation of color #10BBCE: hue angle of 186º 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 #10BBCE is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 187 | 206 | - |
| CMYK | 0.92 | 0.09 | 0 | 0.19 |
| HSL | 186º | 0.86% | 0.44% | - |
| HSV(B) | 186º | 0.92% | 0.81% | - |
| XYZ | 29.12 | 40.11 | 64.6 | - |
| YUV | 138.04 | 166.35 | 40.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 187 | 206 | 0.92 | 0.09 | 0 | 0.19 | 186 | 0.86 | 0.44 |
| Hex | 10 | BB | CE | 5C | 9 | 0 | 13 | BA | 56 | 2C |
| Octal | 20 | 273 | 316 | 134 | 11 | 0 | 23 | 272 | 126 | 54 |
| Binary | 10000 | 10111011 | 11001110 | 1011100 | 1001 | 0 | 10011 | 10111010 | 1010110 | 101100 |
Color Harmonies of #10BBCE
Complementary color
Monochromatic Colors of #10BBCE
Black with #10BBCE
Text Example
Text Example
White with #10BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BBCE; }
p { color: rgb(16,187,206); }
H1.HeaderClassName
{
color: #10BBCE;
}
.AnyTagClassName
{
color: #10BBCE;
}
</style>
background-color css
<style>
a { background-color: #10BBCE; }
a { background-color: rgb(16,187,206); }
div.DivClassName
{
background-color: #10BBCE;
}
.BgClassName
{
background-color: #10BBCE;
}
</style>
border-color css
<style>
span { border-color: #10BBCE; }
span { border-color: rgb(16,187,206); }
td.TdClassName
{
border-color: #10BBCE;
}
.TagClassName
{
border-color: #10BBCE;
}
</style>