Shades of Iris Blue #10BDE0
Tints of Iris Blue #10BDE0
RGB
CMYK
RGB Variations
Color information
#10BDE0 (or 0x10BDE0) is known color: Iris Blue. HEX triplet: 10, BD and E0. RGB value is (16,189,224). Sum of RGB (Red+Green+Blue) = 16+189+224=429 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.73% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 224 (87.89% from 255 or 52.21% from 429); Max value from RGB is 224 - color contains mainly: blue. Hex color #10BDE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BDE0 is #EF421F. Grayscale: #8C8C8C. Windows color (decimal): -15680032 or 14728464. OLE color: 14728464.
HSL color Cylindrical-coordinate representation of color #10BDE0: hue angle of 190.1º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BDE0 is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 189 | 224 | - |
| CMYK | 0.93 | 0.16 | 0 | 0.12 |
| HSL | 190.1º | 0.87% | 0.47% | - |
| HSV(B) | 190.1º | 0.93% | 0.88% | - |
| XYZ | 31.87 | 41.89 | 76.93 | - |
| YUV | 141.26 | 174.69 | 38.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 189 | 224 | 0.93 | 0.16 | 0 | 0.12 | 190.1 | 0.87 | 0.47 |
| Hex | 10 | BD | E0 | 5D | 10 | 0 | C | BE | 57 | 2F |
| Octal | 20 | 275 | 340 | 135 | 20 | 0 | 14 | 276 | 127 | 57 |
| Binary | 10000 | 10111101 | 11100000 | 1011101 | 10000 | 0 | 1100 | 10111110 | 1010111 | 101111 |
Color Harmonies of #10BDE0
Complementary color
Monochromatic Colors of #10BDE0
Black with #10BDE0
Text Example
Text Example
White with #10BDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BDE0; }
p { color: rgb(16,189,224); }
H1.HeaderClassName
{
color: #10BDE0;
}
.AnyTagClassName
{
color: #10BDE0;
}
</style>
background-color css
<style>
a { background-color: #10BDE0; }
a { background-color: rgb(16,189,224); }
div.DivClassName
{
background-color: #10BDE0;
}
.BgClassName
{
background-color: #10BDE0;
}
</style>
border-color css
<style>
span { border-color: #10BDE0; }
span { border-color: rgb(16,189,224); }
td.TdClassName
{
border-color: #10BDE0;
}
.TagClassName
{
border-color: #10BDE0;
}
</style>