#A7D1FD

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

Shades of Pale Cornflower Blue #A7D1FD

Tints of Pale Cornflower Blue #A7D1FD

Color information

#A7D1FD (or 0xA7D1FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: A7, D1 and FD. RGB value is (167,209,253). Sum of RGB (Red+Green+Blue) = 167+209+253=629 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.55% from 629); Green value is 209 (82.03% from 255 or 33.23% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #A7D1FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7D1FD is #582E02. Grayscale: #C9C9C9. Windows color (decimal): -5778947 or 16634279. OLE color: 16634279.

HSL color Cylindrical-coordinate representation of color #A7D1FD: hue angle of 210.7º 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 #A7D1FD is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB167209253-
CMYK0.340.1700.01
HSL210.7º95.56%82.35%-
HSV(B)210.7º33.99%99.22%-
XYZ56.4760.91101.71-
YUV201.46157.09103.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.55%
GREEN value IS 209 (82.03% from 255) = 33.23%
BLUE value IS 253 (99.22% from 255) = 40.22%
R=26.55%
G=33.23%
B=40.22%

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
Decimal1672092530.340.1700.01210.795.5682.35
HexA7D1FD221101d36052
Octal247321375422101323140122
Binary10100111110100011111110110001010001011101001111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D1FD; }

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

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

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

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

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

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

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

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