Shades of Iris Blue #10BDD3
Tints of Iris Blue #10BDD3
RGB
CMYK
RGB Variations
Color information
#10BDD3 (or 0x10BDD3) is known color: Iris Blue. HEX triplet: 10, BD and D3. RGB value is (16,189,211). Sum of RGB (Red+Green+Blue) = 16+189+211=416 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.85% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 211 (82.81% from 255 or 50.72% from 416); Max value from RGB is 211 - color contains mainly: blue. Hex color #10BDD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BDD3 is #EF422C. Grayscale: #8B8B8B. Windows color (decimal): -15680045 or 13876496. OLE color: 13876496.
HSL color Cylindrical-coordinate representation of color #10BDD3: hue angle of 186.77º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BDD3 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 16 | 189 | 211 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.17 |
| HSL | 186.77º | 0.86% | 0.45% | - |
| HSV(B) | 186.77º | 0.92% | 0.83% | - |
| XYZ | 30.17 | 41.21 | 67.99 | - |
| YUV | 139.78 | 168.19 | 39.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 189 | 211 | 0.92 | 0.10 | 0 | 0.17 | 186.77 | 0.86 | 0.45 |
| Hex | 10 | BD | D3 | 5C | A | 0 | 11 | BB | 56 | 2D |
| Octal | 20 | 275 | 323 | 134 | 12 | 0 | 21 | 273 | 126 | 55 |
| Binary | 10000 | 10111101 | 11010011 | 1011100 | 1010 | 0 | 10001 | 10111011 | 1010110 | 101101 |
Color Harmonies of #10BDD3
Complementary color
Monochromatic Colors of #10BDD3
Black with #10BDD3
Text Example
Text Example
White with #10BDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BDD3; }
p { color: rgb(16,189,211); }
H1.HeaderClassName
{
color: #10BDD3;
}
.AnyTagClassName
{
color: #10BDD3;
}
</style>
background-color css
<style>
a { background-color: #10BDD3; }
a { background-color: rgb(16,189,211); }
div.DivClassName
{
background-color: #10BDD3;
}
.BgClassName
{
background-color: #10BDD3;
}
</style>
border-color css
<style>
span { border-color: #10BDD3; }
span { border-color: rgb(16,189,211); }
td.TdClassName
{
border-color: #10BDD3;
}
.TagClassName
{
border-color: #10BDD3;
}
</style>