Shades of Iris Blue #10BCDE
Tints of Iris Blue #10BCDE
RGB
CMYK
RGB Variations
Color information
#10BCDE (or 0x10BCDE) is known color: Iris Blue. HEX triplet: 10, BC and DE. RGB value is (16,188,222). Sum of RGB (Red+Green+Blue) = 16+188+222=426 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.76% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #10BCDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BCDE is #EF4321. Grayscale: #8C8C8C. Windows color (decimal): -15680290 or 14597136. OLE color: 14597136.
HSL color Cylindrical-coordinate representation of color #10BCDE: hue angle of 189.9º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BCDE is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 188 | 222 | - |
| CMYK | 0.93 | 0.15 | 0 | 0.13 |
| HSL | 189.9º | 0.87% | 0.47% | - |
| HSV(B) | 189.9º | 0.93% | 0.87% | - |
| XYZ | 31.38 | 41.35 | 75.43 | - |
| YUV | 140.45 | 174.02 | 39.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 188 | 222 | 0.93 | 0.15 | 0 | 0.13 | 189.9 | 0.87 | 0.47 |
| Hex | 10 | BC | DE | 5D | F | 0 | D | BE | 57 | 2F |
| Octal | 20 | 274 | 336 | 135 | 17 | 0 | 15 | 276 | 127 | 57 |
| Binary | 10000 | 10111100 | 11011110 | 1011101 | 1111 | 0 | 1101 | 10111110 | 1010111 | 101111 |
Color Harmonies of #10BCDE
Complementary color
Monochromatic Colors of #10BCDE
Black with #10BCDE
Text Example
Text Example
White with #10BCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BCDE; }
p { color: rgb(16,188,222); }
H1.HeaderClassName
{
color: #10BCDE;
}
.AnyTagClassName
{
color: #10BCDE;
}
</style>
background-color css
<style>
a { background-color: #10BCDE; }
a { background-color: rgb(16,188,222); }
div.DivClassName
{
background-color: #10BCDE;
}
.BgClassName
{
background-color: #10BCDE;
}
</style>
border-color css
<style>
span { border-color: #10BCDE; }
span { border-color: rgb(16,188,222); }
td.TdClassName
{
border-color: #10BCDE;
}
.TagClassName
{
border-color: #10BCDE;
}
</style>