#ADC0F6

Color #ADC0F6 Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #ADC0F6

Tints of Perano #ADC0F6

Color information

#ADC0F6 (or 0xADC0F6) is unknown color: approx Perano. HEX triplet: AD, C0 and F6. RGB value is (173,192,246). Sum of RGB (Red+Green+Blue) = 173+192+246=611 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.31% from 611); Green value is 192 (75.39% from 255 or 31.42% from 611); Blue value is 246 (96.48% from 255 or 40.26% from 611); Max value from RGB is 246 - color contains mainly: blue. Hex color #ADC0F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC0F6 is #523F09. Grayscale: #C0C0C0. Windows color (decimal): -5390090 or 16171181. OLE color: 16171181.

HSL color Cylindrical-coordinate representation of color #ADC0F6: hue angle of 224.38º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADC0F6 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB173192246-
CMYK0.300.2200.04
HSL224.38º80.22%82.16%-
HSV(B)224.38º29.67%96.47%-
XYZ52.7253.2494.69-
YUV192.48158.21114.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 28.31%
GREEN value IS 192 (75.39% from 255) = 31.42%
BLUE value IS 246 (96.48% from 255) = 40.26%
R=28.31%
G=31.42%
B=40.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1731922460.300.2200.04224.3880.2282.16
HexADC0F61E1604e05052
Octal255300366362604340120122
Binary101011011100000011110110111101011001001110000010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC0F6; }

 p { color: rgb(173,192,246); }

 H1.HeaderClassName
 {
   color: #ADC0F6;
 }
 .AnyTagClassName
 {
   color: #ADC0F6;
 }
</style>
background-color css

<style>
 a { background-color: #ADC0F6; }

 a { background-color: rgb(173,192,246); }

 div.DivClassName
 {
   background-color: #ADC0F6;
 }
 .BgClassName
 {
   background-color: #ADC0F6;
 }
</style>
border-color css

<style>
 span { border-color: #ADC0F6; }

 span { border-color: rgb(173,192,246); }

 td.TdClassName
 {
   border-color: #ADC0F6;
 }
 .TagClassName
 {
   border-color: #ADC0F6;
 }
</style>