#A7D3FA

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

Shades of Pale Cornflower Blue #A7D3FA

Tints of Pale Cornflower Blue #A7D3FA

Color information

#A7D3FA (or 0xA7D3FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: A7, D3 and FA. RGB value is (167,211,250). Sum of RGB (Red+Green+Blue) = 167+211+250=628 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.59% from 628); Green value is 211 (82.81% from 255 or 33.60% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #A7D3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7D3FA is #582C05. Grayscale: #CACACA. Windows color (decimal): -5778438 or 16438183. OLE color: 16438183.

HSL color Cylindrical-coordinate representation of color #A7D3FA: hue angle of 208.19º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7D3FA is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB167211250-
CMYK0.330.1600.02
HSL208.19º89.25%81.76%-
HSV(B)208.19º33.2%98.04%-
XYZ56.4961.7199.38-
YUV202.29154.92102.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.59%
GREEN value IS 211 (82.81% from 255) = 33.60%
BLUE value IS 250 (98.05% from 255) = 39.81%
R=26.59%
G=33.60%
B=39.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1672112500.330.1600.02208.1989.2581.76
HexA7D3FA211002d05952
Octal247323372412002320131122
Binary101001111101001111111010100001100000101101000010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D3FA; }

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

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

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

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

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

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

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

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