Shades of Iris Blue #10BFDC
Tints of Iris Blue #10BFDC
RGB
CMYK
RGB Variations
Color information
#10BFDC (or 0x10BFDC) is known color: Iris Blue. HEX triplet: 10, BF and DC. RGB value is (16,191,220). Sum of RGB (Red+Green+Blue) = 16+191+220=427 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.75% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #10BFDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BFDC is #EF4023. Grayscale: #8D8D8D. Windows color (decimal): -15679524 or 14466832. OLE color: 14466832.
HSL color Cylindrical-coordinate representation of color #10BFDC: hue angle of 188.53º 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 #10BFDC is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 191 | 220 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.14 |
| HSL | 188.53º | 0.86% | 0.46% | - |
| HSV(B) | 188.53º | 0.93% | 0.86% | - |
| XYZ | 31.76 | 42.54 | 74.25 | - |
| YUV | 141.98 | 172.02 | 38.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 191 | 220 | 0.93 | 0.13 | 0 | 0.14 | 188.53 | 0.86 | 0.46 |
| Hex | 10 | BF | DC | 5D | D | 0 | E | BD | 56 | 2E |
| Octal | 20 | 277 | 334 | 135 | 15 | 0 | 16 | 275 | 126 | 56 |
| Binary | 10000 | 10111111 | 11011100 | 1011101 | 1101 | 0 | 1110 | 10111101 | 1010110 | 101110 |
Color Harmonies of #10BFDC
Complementary color
Monochromatic Colors of #10BFDC
Black with #10BFDC
Text Example
Text Example
White with #10BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BFDC; }
p { color: rgb(16,191,220); }
H1.HeaderClassName
{
color: #10BFDC;
}
.AnyTagClassName
{
color: #10BFDC;
}
</style>
background-color css
<style>
a { background-color: #10BFDC; }
a { background-color: rgb(16,191,220); }
div.DivClassName
{
background-color: #10BFDC;
}
.BgClassName
{
background-color: #10BFDC;
}
</style>
border-color css
<style>
span { border-color: #10BFDC; }
span { border-color: rgb(16,191,220); }
td.TdClassName
{
border-color: #10BFDC;
}
.TagClassName
{
border-color: #10BFDC;
}
</style>