#A1CAFD

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

Shades of Pale Cornflower Blue #A1CAFD

Tints of Pale Cornflower Blue #A1CAFD

Color information

#A1CAFD (or 0xA1CAFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: A1, CA and FD. RGB value is (161,202,253). Sum of RGB (Red+Green+Blue) = 161+202+253=616 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.14% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #A1CAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CAFD is #5E3502. Grayscale: #C3C3C3. Windows color (decimal): -6173955 or 16632481. OLE color: 16632481.

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

Color convert

RGB161202253-
CMYK0.360.2000.01
HSL213.26º95.83%81.18%-
HSV(B)213.26º36.36%99.22%-
XYZ53.5556.91101.09-
YUV195.56160.42103.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.14%
GREEN value IS 202 (79.30% from 255) = 32.79%
BLUE value IS 253 (99.22% from 255) = 41.07%
R=26.14%
G=32.79%
B=41.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1612022530.360.2000.01213.2695.8381.18
HexA1CAFD241401d56051
Octal241312375442401325140121
Binary10100001110010101111110110010010100011101010111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CAFD; }

 p { color: rgb(161,202,253); }

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

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

 a { background-color: rgb(161,202,253); }

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

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

 span { border-color: rgb(161,202,253); }

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