#A3D1FD

Color #A3D1FD Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #A3D1FD

Tints of Pale Cornflower Blue #A3D1FD

Color information

#A3D1FD (or 0xA3D1FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: A3, D1 and FD. RGB value is (163,209,253). Sum of RGB (Red+Green+Blue) = 163+209+253=625 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.08% from 625); Green value is 209 (82.03% from 255 or 33.44% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #A3D1FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3D1FD is #5C2E02. Grayscale: #C8C8C8. Windows color (decimal): -6041091 or 16634275. OLE color: 16634275.

HSL color Cylindrical-coordinate representation of color #A3D1FD: hue angle of 209.33º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3D1FD is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB163209253-
CMYK0.360.1700.01
HSL209.33º95.74%81.57%-
HSV(B)209.33º35.57%99.22%-
XYZ55.6360.48101.67-
YUV200.26157.76101.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.08%
GREEN value IS 209 (82.03% from 255) = 33.44%
BLUE value IS 253 (99.22% from 255) = 40.48%
R=26.08%
G=33.44%
B=40.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1632092530.360.1700.01209.3395.7481.57
HexA3D1FD241101d16052
Octal243321375442101321140122
Binary10100011110100011111110110010010001011101000111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D1FD; }

 p { color: rgb(163,209,253); }

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

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

 a { background-color: rgb(163,209,253); }

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

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

 span { border-color: rgb(163,209,253); }

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