#A3D2DC

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

Shades of French Pass #A3D2DC

Tints of French Pass #A3D2DC

Color information

#A3D2DC (or 0xA3D2DC) is unknown color: approx French Pass. HEX triplet: A3, D2 and DC. RGB value is (163,210,220). Sum of RGB (Red+Green+Blue) = 163+210+220=593 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.49% from 593); Green value is 210 (82.42% from 255 or 35.41% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #A3D2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D2DC is #5C2D23. Grayscale: #C4C4C4. Windows color (decimal): -6040868 or 14471843. OLE color: 14471843.

HSL color Cylindrical-coordinate representation of color #A3D2DC: hue angle of 190.53º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3D2DC is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB163210220-
CMYK0.260.0500.14
HSL190.53º44.88%75.1%-
HSV(B)190.53º25.91%86.27%-
XYZ51.0759.0576.42-
YUV197.09140.93103.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.49%
GREEN value IS 210 (82.42% from 255) = 35.41%
BLUE value IS 220 (86.33% from 255) = 37.10%
R=27.49%
G=35.41%
B=37.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1632102200.260.0500.14190.5344.8875.1
HexA3D2DC1A50Ebf2d4b
Octal24332233432501627755113
Binary1010001111010010110111001101010101110101111111011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D2DC; }

 p { color: rgb(163,210,220); }

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

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

 a { background-color: rgb(163,210,220); }

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

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

 span { border-color: rgb(163,210,220); }

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