Shades of Iris Blue #10ADDB
Tints of Iris Blue #10ADDB
RGB
CMYK
RGB Variations
Color information
#10ADDB (or 0x10ADDB) is known color: Iris Blue. HEX triplet: 10, AD and DB. RGB value is (16,173,219). Sum of RGB (Red+Green+Blue) = 16+173+219=408 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.92% from 408); Green value is 173 (67.97% from 255 or 42.40% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #10ADDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ADDB is #EF5224. Grayscale: #828282. Windows color (decimal): -15684133 or 14396688. OLE color: 14396688.
HSL color Cylindrical-coordinate representation of color #10ADDB: hue angle of 193.6º 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 #10ADDB is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 173 | 219 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.14 |
| HSL | 193.6º | 0.86% | 0.46% | - |
| HSV(B) | 193.6º | 0.93% | 0.86% | - |
| XYZ | 27.94 | 35.11 | 72.32 | - |
| YUV | 131.3 | 177.49 | 45.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 173 | 219 | 0.93 | 0.21 | 0 | 0.14 | 193.6 | 0.86 | 0.46 |
| Hex | 10 | AD | DB | 5D | 15 | 0 | E | C2 | 56 | 2E |
| Octal | 20 | 255 | 333 | 135 | 25 | 0 | 16 | 302 | 126 | 56 |
| Binary | 10000 | 10101101 | 11011011 | 1011101 | 10101 | 0 | 1110 | 11000010 | 1010110 | 101110 |
Color Harmonies of #10ADDB
Complementary color
Monochromatic Colors of #10ADDB
Black with #10ADDB
Text Example
Text Example
White with #10ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ADDB; }
p { color: rgb(16,173,219); }
H1.HeaderClassName
{
color: #10ADDB;
}
.AnyTagClassName
{
color: #10ADDB;
}
</style>
background-color css
<style>
a { background-color: #10ADDB; }
a { background-color: rgb(16,173,219); }
div.DivClassName
{
background-color: #10ADDB;
}
.BgClassName
{
background-color: #10ADDB;
}
</style>
border-color css
<style>
span { border-color: #10ADDB; }
span { border-color: rgb(16,173,219); }
td.TdClassName
{
border-color: #10ADDB;
}
.TagClassName
{
border-color: #10ADDB;
}
</style>