Shades of Iris Blue #10BED2
Tints of Iris Blue #10BED2
RGB
CMYK
RGB Variations
Color information
#10BED2 (or 0x10BED2) is known color: Iris Blue. HEX triplet: 10, BE and D2. RGB value is (16,190,210). Sum of RGB (Red+Green+Blue) = 16+190+210=416 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.85% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 210 (82.42% from 255 or 50.48% from 416); Max value from RGB is 210 - color contains mainly: blue. Hex color #10BED2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BED2 is #EF412D. Grayscale: #8C8C8C. Windows color (decimal): -15679790 or 13811216. OLE color: 13811216.
HSL color Cylindrical-coordinate representation of color #10BED2: hue angle of 186.19º 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 #10BED2 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 190 | 210 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.18 |
| HSL | 186.19º | 0.86% | 0.44% | - |
| HSV(B) | 186.19º | 0.92% | 0.82% | - |
| XYZ | 30.26 | 41.59 | 67.41 | - |
| YUV | 140.25 | 167.35 | 39.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 190 | 210 | 0.92 | 0.10 | 0 | 0.18 | 186.19 | 0.86 | 0.44 |
| Hex | 10 | BE | D2 | 5C | A | 0 | 12 | BA | 56 | 2C |
| Octal | 20 | 276 | 322 | 134 | 12 | 0 | 22 | 272 | 126 | 54 |
| Binary | 10000 | 10111110 | 11010010 | 1011100 | 1010 | 0 | 10010 | 10111010 | 1010110 | 101100 |
Color Harmonies of #10BED2
Complementary color
Monochromatic Colors of #10BED2
Black with #10BED2
Text Example
Text Example
White with #10BED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BED2; }
p { color: rgb(16,190,210); }
H1.HeaderClassName
{
color: #10BED2;
}
.AnyTagClassName
{
color: #10BED2;
}
</style>
background-color css
<style>
a { background-color: #10BED2; }
a { background-color: rgb(16,190,210); }
div.DivClassName
{
background-color: #10BED2;
}
.BgClassName
{
background-color: #10BED2;
}
</style>
border-color css
<style>
span { border-color: #10BED2; }
span { border-color: rgb(16,190,210); }
td.TdClassName
{
border-color: #10BED2;
}
.TagClassName
{
border-color: #10BED2;
}
</style>