#A7D1FF

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

Shades of Pale Cornflower Blue #A7D1FF

Tints of Pale Cornflower Blue #A7D1FF

Color information

#A7D1FF (or 0xA7D1FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A7, D1 and FF. RGB value is (167,209,255). Sum of RGB (Red+Green+Blue) = 167+209+255=631 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.47% from 631); Green value is 209 (82.03% from 255 or 33.12% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #A7D1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7D1FF is #582E00. Grayscale: #C9C9C9. Windows color (decimal): -5778945 or 16765351. OLE color: 16765351.

HSL color Cylindrical-coordinate representation of color #A7D1FF: hue angle of 211.36º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A7D1FF is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB167209255-
CMYK0.350.1800
HSL211.36º100%82.75%-
HSV(B)211.36º34.51%100%-
XYZ56.7961.04103.4-
YUV201.69158.09103.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.47%
GREEN value IS 209 (82.03% from 255) = 33.12%
BLUE value IS 255 (100% from 255) = 40.41%
R=26.47%
G=33.12%
B=40.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1672092550.350.1800211.3610082.75
HexA7D1FF231200d36453
Octal247321377432200323144123
Binary10100111110100011111111110001110010001101001111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D1FF; }

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

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

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

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

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

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

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

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