#ADC1F6

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

Shades of Perano #ADC1F6

Tints of Perano #ADC1F6

Color information

#ADC1F6 (or 0xADC1F6) is unknown color: approx Perano. HEX triplet: AD, C1 and F6. RGB value is (173,193,246). Sum of RGB (Red+Green+Blue) = 173+193+246=612 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.27% from 612); Green value is 193 (75.78% from 255 or 31.54% from 612); Blue value is 246 (96.48% from 255 or 40.20% from 612); Max value from RGB is 246 - color contains mainly: blue. Hex color #ADC1F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC1F6 is #523E09. Grayscale: #C0C0C0. Windows color (decimal): -5389834 or 16171437. OLE color: 16171437.

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

Color convert

RGB173193246-
CMYK0.300.2200.04
HSL223.56º80.22%82.16%-
HSV(B)223.56º29.67%96.47%-
XYZ52.9453.6894.76-
YUV193.06157.87113.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.27%
GREEN value IS 193 (75.78% from 255) = 31.54%
BLUE value IS 246 (96.48% from 255) = 40.20%
R=28.27%
G=31.54%
B=40.20%

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
Decimal1731932460.300.2200.04223.5680.2282.16
HexADC1F61E1604e05052
Octal255301366362604340120122
Binary101011011100000111110110111101011001001110000010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC1F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC1F6; }

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

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

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

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

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

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

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

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