#A3D5DC

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

Shades of French Pass #A3D5DC

Tints of French Pass #A3D5DC

Color information

#A3D5DC (or 0xA3D5DC) is unknown color: approx French Pass. HEX triplet: A3, D5 and DC. RGB value is (163,213,220). Sum of RGB (Red+Green+Blue) = 163+213+220=596 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.35% from 596); Green value is 213 (83.59% from 255 or 35.74% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #A3D5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D5DC is #5C2A23. Grayscale: #C6C6C6. Windows color (decimal): -6040100 or 14472611. OLE color: 14472611.

HSL color Cylindrical-coordinate representation of color #A3D5DC: hue angle of 187.37º 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 #A3D5DC is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB163213220-
CMYK0.260.0300.14
HSL187.37º44.88%75.1%-
HSV(B)187.37º25.91%86.27%-
XYZ51.8260.5476.66-
YUV198.85139.94102.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.35%
GREEN value IS 213 (83.59% from 255) = 35.74%
BLUE value IS 220 (86.33% from 255) = 36.91%
R=27.35%
G=35.74%
B=36.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1632132200.260.0300.14187.3744.8875.1
HexA3D5DC1A30Ebb2d4b
Octal24332533432301627355113
Binary101000111101010111011100110101101110101110111011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D5DC; }

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

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

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

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

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

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

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

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