Shades of Iris Blue #10BCDF
Tints of Iris Blue #10BCDF
RGB
CMYK
RGB Variations
Color information
#10BCDF (or 0x10BCDF) is known color: Iris Blue. HEX triplet: 10, BC and DF. RGB value is (16,188,223). Sum of RGB (Red+Green+Blue) = 16+188+223=427 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.75% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #10BCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BCDF is #EF4320. Grayscale: #8C8C8C. Windows color (decimal): -15680289 or 14662672. OLE color: 14662672.
HSL color Cylindrical-coordinate representation of color #10BCDF: hue angle of 190.14º 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 #10BCDF is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 188 | 223 | - |
| CMYK | 0.93 | 0.16 | 0 | 0.13 |
| HSL | 190.14º | 0.87% | 0.47% | - |
| HSV(B) | 190.14º | 0.93% | 0.87% | - |
| XYZ | 31.52 | 41.4 | 76.14 | - |
| YUV | 140.56 | 174.52 | 39.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 188 | 223 | 0.93 | 0.16 | 0 | 0.13 | 190.14 | 0.87 | 0.47 |
| Hex | 10 | BC | DF | 5D | 10 | 0 | D | BE | 57 | 2F |
| Octal | 20 | 274 | 337 | 135 | 20 | 0 | 15 | 276 | 127 | 57 |
| Binary | 10000 | 10111100 | 11011111 | 1011101 | 10000 | 0 | 1101 | 10111110 | 1010111 | 101111 |
Color Harmonies of #10BCDF
Complementary color
Monochromatic Colors of #10BCDF
Black with #10BCDF
Text Example
Text Example
White with #10BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BCDF; }
p { color: rgb(16,188,223); }
H1.HeaderClassName
{
color: #10BCDF;
}
.AnyTagClassName
{
color: #10BCDF;
}
</style>
background-color css
<style>
a { background-color: #10BCDF; }
a { background-color: rgb(16,188,223); }
div.DivClassName
{
background-color: #10BCDF;
}
.BgClassName
{
background-color: #10BCDF;
}
</style>
border-color css
<style>
span { border-color: #10BCDF; }
span { border-color: rgb(16,188,223); }
td.TdClassName
{
border-color: #10BCDF;
}
.TagClassName
{
border-color: #10BCDF;
}
</style>