Shades of Iris Blue #10BFDB
Tints of Iris Blue #10BFDB
RGB
CMYK
RGB Variations
Color information
#10BFDB (or 0x10BFDB) is known color: Iris Blue. HEX triplet: 10, BF and DB. RGB value is (16,191,219). Sum of RGB (Red+Green+Blue) = 16+191+219=426 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.76% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #10BFDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BFDB is #EF4024. Grayscale: #8D8D8D. Windows color (decimal): -15679525 or 14401296. OLE color: 14401296.
HSL color Cylindrical-coordinate representation of color #10BFDB: hue angle of 188.28º 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 #10BFDB is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 191 | 219 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.14 |
| HSL | 188.28º | 0.86% | 0.46% | - |
| HSV(B) | 188.28º | 0.93% | 0.86% | - |
| XYZ | 31.63 | 42.49 | 73.55 | - |
| YUV | 141.87 | 171.52 | 38.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 191 | 219 | 0.93 | 0.13 | 0 | 0.14 | 188.28 | 0.86 | 0.46 |
| Hex | 10 | BF | DB | 5D | D | 0 | E | BC | 56 | 2E |
| Octal | 20 | 277 | 333 | 135 | 15 | 0 | 16 | 274 | 126 | 56 |
| Binary | 10000 | 10111111 | 11011011 | 1011101 | 1101 | 0 | 1110 | 10111100 | 1010110 | 101110 |
Color Harmonies of #10BFDB
Complementary color
Monochromatic Colors of #10BFDB
Black with #10BFDB
Text Example
Text Example
White with #10BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BFDB; }
p { color: rgb(16,191,219); }
H1.HeaderClassName
{
color: #10BFDB;
}
.AnyTagClassName
{
color: #10BFDB;
}
</style>
background-color css
<style>
a { background-color: #10BFDB; }
a { background-color: rgb(16,191,219); }
div.DivClassName
{
background-color: #10BFDB;
}
.BgClassName
{
background-color: #10BFDB;
}
</style>
border-color css
<style>
span { border-color: #10BFDB; }
span { border-color: rgb(16,191,219); }
td.TdClassName
{
border-color: #10BFDB;
}
.TagClassName
{
border-color: #10BFDB;
}
</style>