#A3D5E9

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

Shades of French Pass #A3D5E9

Tints of French Pass #A3D5E9

Color information

#A3D5E9 (or 0xA3D5E9) is unknown color: approx French Pass. HEX triplet: A3, D5 and E9. RGB value is (163,213,233). Sum of RGB (Red+Green+Blue) = 163+213+233=609 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.77% from 609); Green value is 213 (83.59% from 255 or 34.98% from 609); Blue value is 233 (91.41% from 255 or 38.26% from 609); Max value from RGB is 233 - color contains mainly: blue. Hex color #A3D5E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3D5E9 is #5C2A16. Grayscale: #C8C8C8. Windows color (decimal): -6040087 or 15324579. OLE color: 15324579.

HSL color Cylindrical-coordinate representation of color #A3D5E9: hue angle of 197.14º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3D5E9 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB163213233-
CMYK0.300.0900.09
HSL197.14º61.4%77.65%-
HSV(B)197.14º30.04%91.37%-
XYZ53.6161.2686.09-
YUV200.33146.44101.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.77%
GREEN value IS 213 (83.59% from 255) = 34.98%
BLUE value IS 233 (91.41% from 255) = 38.26%
R=26.77%
G=34.98%
B=38.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1632132330.300.0900.09197.1461.477.65
HexA3D5E91E909c53d4e
Octal243325351361101130575116
Binary10100011110101011110100111110100101001110001011111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D5E9; }

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

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

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

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

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

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

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

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