Shades of Iris Blue #10BEDC
Tints of Iris Blue #10BEDC
RGB
CMYK
RGB Variations
Color information
#10BEDC (or 0x10BEDC) is known color: Iris Blue. HEX triplet: 10, BE and DC. RGB value is (16,190,220). Sum of RGB (Red+Green+Blue) = 16+190+220=426 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.76% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #10BEDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BEDC is #EF4123. Grayscale: #8D8D8D. Windows color (decimal): -15679780 or 14466576. OLE color: 14466576.
HSL color Cylindrical-coordinate representation of color #10BEDC: hue angle of 188.82º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BEDC is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 190 | 220 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.14 |
| HSL | 188.82º | 0.86% | 0.46% | - |
| HSV(B) | 188.82º | 0.93% | 0.86% | - |
| XYZ | 31.55 | 42.1 | 74.17 | - |
| YUV | 141.39 | 172.35 | 38.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 190 | 220 | 0.93 | 0.14 | 0 | 0.14 | 188.82 | 0.86 | 0.46 |
| Hex | 10 | BE | DC | 5D | E | 0 | E | BD | 56 | 2E |
| Octal | 20 | 276 | 334 | 135 | 16 | 0 | 16 | 275 | 126 | 56 |
| Binary | 10000 | 10111110 | 11011100 | 1011101 | 1110 | 0 | 1110 | 10111101 | 1010110 | 101110 |
Color Harmonies of #10BEDC
Complementary color
Monochromatic Colors of #10BEDC
Black with #10BEDC
Text Example
Text Example
White with #10BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BEDC; }
p { color: rgb(16,190,220); }
H1.HeaderClassName
{
color: #10BEDC;
}
.AnyTagClassName
{
color: #10BEDC;
}
</style>
background-color css
<style>
a { background-color: #10BEDC; }
a { background-color: rgb(16,190,220); }
div.DivClassName
{
background-color: #10BEDC;
}
.BgClassName
{
background-color: #10BEDC;
}
</style>
border-color css
<style>
span { border-color: #10BEDC; }
span { border-color: rgb(16,190,220); }
td.TdClassName
{
border-color: #10BEDC;
}
.TagClassName
{
border-color: #10BEDC;
}
</style>