Shades of Iris Blue #10AFDB
Tints of Iris Blue #10AFDB
RGB
CMYK
RGB Variations
Color information
#10AFDB (or 0x10AFDB) is known color: Iris Blue. HEX triplet: 10, AF and DB. RGB value is (16,175,219). Sum of RGB (Red+Green+Blue) = 16+175+219=410 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.90% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #10AFDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AFDB is #EF5024. Grayscale: #848484. Windows color (decimal): -15683621 or 14397200. OLE color: 14397200.
HSL color Cylindrical-coordinate representation of color #10AFDB: hue angle of 193º 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 #10AFDB is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 175 | 219 | - |
| CMYK | 0.93 | 0.20 | 0 | 0.14 |
| HSL | 193º | 0.86% | 0.46% | - |
| HSV(B) | 193º | 0.93% | 0.86% | - |
| XYZ | 28.33 | 35.88 | 72.45 | - |
| YUV | 132.48 | 176.82 | 44.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 219 | 0.93 | 0.20 | 0 | 0.14 | 193 | 0.86 | 0.46 |
| Hex | 10 | AF | DB | 5D | 14 | 0 | E | C1 | 56 | 2E |
| Octal | 20 | 257 | 333 | 135 | 24 | 0 | 16 | 301 | 126 | 56 |
| Binary | 10000 | 10101111 | 11011011 | 1011101 | 10100 | 0 | 1110 | 11000001 | 1010110 | 101110 |
Color Harmonies of #10AFDB
Complementary color
Monochromatic Colors of #10AFDB
Black with #10AFDB
Text Example
Text Example
White with #10AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AFDB; }
p { color: rgb(16,175,219); }
H1.HeaderClassName
{
color: #10AFDB;
}
.AnyTagClassName
{
color: #10AFDB;
}
</style>
background-color css
<style>
a { background-color: #10AFDB; }
a { background-color: rgb(16,175,219); }
div.DivClassName
{
background-color: #10AFDB;
}
.BgClassName
{
background-color: #10AFDB;
}
</style>
border-color css
<style>
span { border-color: #10AFDB; }
span { border-color: rgb(16,175,219); }
td.TdClassName
{
border-color: #10AFDB;
}
.TagClassName
{
border-color: #10AFDB;
}
</style>