#ADC2F6

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

Shades of Perano #ADC2F6

Tints of Perano #ADC2F6

Color information

#ADC2F6 (or 0xADC2F6) is unknown color: approx Perano. HEX triplet: AD, C2 and F6. RGB value is (173,194,246). Sum of RGB (Red+Green+Blue) = 173+194+246=613 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.22% from 613); Green value is 194 (76.17% from 255 or 31.65% from 613); Blue value is 246 (96.48% from 255 or 40.13% from 613); Max value from RGB is 246 - color contains mainly: blue. Hex color #ADC2F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC2F6 is #523D09. Grayscale: #C1C1C1. Windows color (decimal): -5389578 or 16171693. OLE color: 16171693.

HSL color Cylindrical-coordinate representation of color #ADC2F6: hue angle of 222.74º 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 #ADC2F6 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB173194246-
CMYK0.300.2100.04
HSL222.74º80.22%82.16%-
HSV(B)222.74º29.67%96.47%-
XYZ53.1654.1294.83-
YUV193.65157.54113.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.22%
GREEN value IS 194 (76.17% from 255) = 31.65%
BLUE value IS 246 (96.48% from 255) = 40.13%
R=28.22%
G=31.65%
B=40.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1731942460.300.2100.04222.7480.2282.16
HexADC2F61E1504df5052
Octal255302366362504337120122
Binary101011011100001011110110111101010101001101111110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC2F6; }

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

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

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

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

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

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

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

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