Shades of Iris Blue #10ADCB
Tints of Iris Blue #10ADCB
RGB
CMYK
RGB Variations
Color information
#10ADCB (or 0x10ADCB) is known color: Iris Blue. HEX triplet: 10, AD and CB. RGB value is (16,173,203). Sum of RGB (Red+Green+Blue) = 16+173+203=392 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.08% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #10ADCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ADCB is #EF5234. Grayscale: #818181. Windows color (decimal): -15684149 or 13348112. OLE color: 13348112.
HSL color Cylindrical-coordinate representation of color #10ADCB: hue angle of 189.63º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10ADCB is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 173 | 203 | - |
| CMYK | 0.92 | 0.15 | 0 | 0.20 |
| HSL | 189.63º | 0.85% | 0.43% | - |
| HSV(B) | 189.63º | 0.92% | 0.8% | - |
| XYZ | 25.94 | 34.31 | 61.76 | - |
| YUV | 129.48 | 169.49 | 47.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 173 | 203 | 0.92 | 0.15 | 0 | 0.20 | 189.63 | 0.85 | 0.43 |
| Hex | 10 | AD | CB | 5C | F | 0 | 14 | BE | 55 | 2B |
| Octal | 20 | 255 | 313 | 134 | 17 | 0 | 24 | 276 | 125 | 53 |
| Binary | 10000 | 10101101 | 11001011 | 1011100 | 1111 | 0 | 10100 | 10111110 | 1010101 | 101011 |
Color Harmonies of #10ADCB
Complementary color
Monochromatic Colors of #10ADCB
Black with #10ADCB
Text Example
Text Example
White with #10ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ADCB; }
p { color: rgb(16,173,203); }
H1.HeaderClassName
{
color: #10ADCB;
}
.AnyTagClassName
{
color: #10ADCB;
}
</style>
background-color css
<style>
a { background-color: #10ADCB; }
a { background-color: rgb(16,173,203); }
div.DivClassName
{
background-color: #10ADCB;
}
.BgClassName
{
background-color: #10ADCB;
}
</style>
border-color css
<style>
span { border-color: #10ADCB; }
span { border-color: rgb(16,173,203); }
td.TdClassName
{
border-color: #10ADCB;
}
.TagClassName
{
border-color: #10ADCB;
}
</style>