Shades of Iris Blue #10BDD0
Tints of Iris Blue #10BDD0
RGB
CMYK
RGB Variations
Color information
#10BDD0 (or 0x10BDD0) is known color: Iris Blue. HEX triplet: 10, BD and D0. RGB value is (16,189,208). Sum of RGB (Red+Green+Blue) = 16+189+208=413 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.87% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 208 (81.64% from 255 or 50.36% from 413); Max value from RGB is 208 - color contains mainly: blue. Hex color #10BDD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BDD0 is #EF422F. Grayscale: #8B8B8B. Windows color (decimal): -15680048 or 13679888. OLE color: 13679888.
HSL color Cylindrical-coordinate representation of color #10BDD0: hue angle of 185.94º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BDD0 is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 189 | 208 | - |
| CMYK | 0.92 | 0.09 | 0 | 0.18 |
| HSL | 185.94º | 0.86% | 0.44% | - |
| HSV(B) | 185.94º | 0.92% | 0.82% | - |
| XYZ | 29.8 | 41.06 | 66.03 | - |
| YUV | 139.44 | 166.69 | 39.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 189 | 208 | 0.92 | 0.09 | 0 | 0.18 | 185.94 | 0.86 | 0.44 |
| Hex | 10 | BD | D0 | 5C | 9 | 0 | 12 | BA | 56 | 2C |
| Octal | 20 | 275 | 320 | 134 | 11 | 0 | 22 | 272 | 126 | 54 |
| Binary | 10000 | 10111101 | 11010000 | 1011100 | 1001 | 0 | 10010 | 10111010 | 1010110 | 101100 |
Color Harmonies of #10BDD0
Complementary color
Monochromatic Colors of #10BDD0
Black with #10BDD0
Text Example
Text Example
White with #10BDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BDD0; }
p { color: rgb(16,189,208); }
H1.HeaderClassName
{
color: #10BDD0;
}
.AnyTagClassName
{
color: #10BDD0;
}
</style>
background-color css
<style>
a { background-color: #10BDD0; }
a { background-color: rgb(16,189,208); }
div.DivClassName
{
background-color: #10BDD0;
}
.BgClassName
{
background-color: #10BDD0;
}
</style>
border-color css
<style>
span { border-color: #10BDD0; }
span { border-color: rgb(16,189,208); }
td.TdClassName
{
border-color: #10BDD0;
}
.TagClassName
{
border-color: #10BDD0;
}
</style>