#A4D1FF

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

Shades of Pale Cornflower Blue #A4D1FF

Tints of Pale Cornflower Blue #A4D1FF

Color information

#A4D1FF (or 0xA4D1FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A4, D1 and FF. RGB value is (164,209,255). Sum of RGB (Red+Green+Blue) = 164+209+255=628 (83% of max value = 765). Red value is 164 (64.45% from 255 or 26.11% from 628); Green value is 209 (82.03% from 255 or 33.28% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #A4D1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4D1FF is #5B2E00. Grayscale: #C8C8C8. Windows color (decimal): -5975553 or 16765348. OLE color: 16765348.

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

Color convert

RGB164209255-
CMYK0.360.1800
HSL210.33º100%82.16%-
HSV(B)210.33º35.69%100%-
XYZ56.1660.71103.37-
YUV200.79158.59101.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.11%
GREEN value IS 209 (82.03% from 255) = 33.28%
BLUE value IS 255 (100% from 255) = 40.61%
R=26.11%
G=33.28%
B=40.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1642092550.360.1800210.3310082.16
HexA4D1FF241200d26452
Octal244321377442200322144122
Binary10100100110100011111111110010010010001101001011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D1FF; }

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

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

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

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

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

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

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

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