Shades of Iris Blue #10AFDD
Tints of Iris Blue #10AFDD
RGB
CMYK
RGB Variations
Color information
#10AFDD (or 0x10AFDD) is known color: Iris Blue. HEX triplet: 10, AF and DD. RGB value is (16,175,221). Sum of RGB (Red+Green+Blue) = 16+175+221=412 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.88% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #10AFDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AFDD is #EF5022. Grayscale: #848484. Windows color (decimal): -15683619 or 14528272. OLE color: 14528272.
HSL color Cylindrical-coordinate representation of color #10AFDD: hue angle of 193.46º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10AFDD is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 175 | 221 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.13 |
| HSL | 193.46º | 0.86% | 0.46% | - |
| HSV(B) | 193.46º | 0.93% | 0.87% | - |
| XYZ | 28.59 | 35.99 | 73.85 | - |
| YUV | 132.7 | 177.82 | 44.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 221 | 0.93 | 0.21 | 0 | 0.13 | 193.46 | 0.86 | 0.46 |
| Hex | 10 | AF | DD | 5D | 15 | 0 | D | C1 | 56 | 2E |
| Octal | 20 | 257 | 335 | 135 | 25 | 0 | 15 | 301 | 126 | 56 |
| Binary | 10000 | 10101111 | 11011101 | 1011101 | 10101 | 0 | 1101 | 11000001 | 1010110 | 101110 |
Color Harmonies of #10AFDD
Complementary color
Monochromatic Colors of #10AFDD
Black with #10AFDD
Text Example
Text Example
White with #10AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AFDD; }
p { color: rgb(16,175,221); }
H1.HeaderClassName
{
color: #10AFDD;
}
.AnyTagClassName
{
color: #10AFDD;
}
</style>
background-color css
<style>
a { background-color: #10AFDD; }
a { background-color: rgb(16,175,221); }
div.DivClassName
{
background-color: #10AFDD;
}
.BgClassName
{
background-color: #10AFDD;
}
</style>
border-color css
<style>
span { border-color: #10AFDD; }
span { border-color: rgb(16,175,221); }
td.TdClassName
{
border-color: #10AFDD;
}
.TagClassName
{
border-color: #10AFDD;
}
</style>