#A7D3FD

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

Shades of Pale Cornflower Blue #A7D3FD

Tints of Pale Cornflower Blue #A7D3FD

Color information

#A7D3FD (or 0xA7D3FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: A7, D3 and FD. RGB value is (167,211,253). Sum of RGB (Red+Green+Blue) = 167+211+253=631 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.47% from 631); Green value is 211 (82.81% from 255 or 33.44% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #A7D3FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7D3FD is #582C02. Grayscale: #CACACA. Windows color (decimal): -5778435 or 16634791. OLE color: 16634791.

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

Color convert

RGB167211253-
CMYK0.340.1700.01
HSL209.3º95.56%82.35%-
HSV(B)209.3º33.99%99.22%-
XYZ56.9661.9101.87-
YUV202.63156.42102.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.47%
GREEN value IS 211 (82.81% from 255) = 33.44%
BLUE value IS 253 (99.22% from 255) = 40.10%
R=26.47%
G=33.44%
B=40.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1672112530.340.1700.01209.395.5682.35
HexA7D3FD221101d16052
Octal247323375422101321140122
Binary10100111110100111111110110001010001011101000111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D3FD; }

 p { color: rgb(167,211,253); }

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

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

 a { background-color: rgb(167,211,253); }

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

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

 span { border-color: rgb(167,211,253); }

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