Shades of Iris Blue #10ADCF
Tints of Iris Blue #10ADCF
RGB
CMYK
RGB Variations
Color information
#10ADCF (or 0x10ADCF) is known color: Iris Blue. HEX triplet: 10, AD and CF. RGB value is (16,173,207). Sum of RGB (Red+Green+Blue) = 16+173+207=396 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.04% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #10ADCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ADCF is #EF5230. Grayscale: #818181. Windows color (decimal): -15684145 or 13610256. OLE color: 13610256.
HSL color Cylindrical-coordinate representation of color #10ADCF: hue angle of 190.68º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10ADCF is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 173 | 207 | - |
| CMYK | 0.92 | 0.16 | 0 | 0.19 |
| HSL | 190.68º | 0.86% | 0.44% | - |
| HSV(B) | 190.68º | 0.92% | 0.81% | - |
| XYZ | 26.42 | 34.5 | 64.3 | - |
| YUV | 129.93 | 171.49 | 46.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 173 | 207 | 0.92 | 0.16 | 0 | 0.19 | 190.68 | 0.86 | 0.44 |
| Hex | 10 | AD | CF | 5C | 10 | 0 | 13 | BF | 56 | 2C |
| Octal | 20 | 255 | 317 | 134 | 20 | 0 | 23 | 277 | 126 | 54 |
| Binary | 10000 | 10101101 | 11001111 | 1011100 | 10000 | 0 | 10011 | 10111111 | 1010110 | 101100 |
Color Harmonies of #10ADCF
Complementary color
Monochromatic Colors of #10ADCF
Black with #10ADCF
Text Example
Text Example
White with #10ADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ADCF; }
p { color: rgb(16,173,207); }
H1.HeaderClassName
{
color: #10ADCF;
}
.AnyTagClassName
{
color: #10ADCF;
}
</style>
background-color css
<style>
a { background-color: #10ADCF; }
a { background-color: rgb(16,173,207); }
div.DivClassName
{
background-color: #10ADCF;
}
.BgClassName
{
background-color: #10ADCF;
}
</style>
border-color css
<style>
span { border-color: #10ADCF; }
span { border-color: rgb(16,173,207); }
td.TdClassName
{
border-color: #10ADCF;
}
.TagClassName
{
border-color: #10ADCF;
}
</style>