#A1CFFD

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

Shades of Pale Cornflower Blue #A1CFFD

Tints of Pale Cornflower Blue #A1CFFD

Color information

#A1CFFD (or 0xA1CFFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: A1, CF and FD. RGB value is (161,207,253). Sum of RGB (Red+Green+Blue) = 161+207+253=621 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.93% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #A1CFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CFFD is #5E3002. Grayscale: #C6C6C6. Windows color (decimal): -6172675 or 16633761. OLE color: 16633761.

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

Color convert

RGB161207253-
CMYK0.360.1800.01
HSL210º95.83%81.18%-
HSV(B)210º36.36%99.22%-
XYZ54.7459.29101.49-
YUV198.49158.76101.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.93%
GREEN value IS 207 (81.25% from 255) = 33.33%
BLUE value IS 253 (99.22% from 255) = 40.74%
R=25.93%
G=33.33%
B=40.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1612072530.360.1800.0121095.8381.18
HexA1CFFD241201d26051
Octal241317375442201322140121
Binary10100001110011111111110110010010010011101001011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CFFD; }

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

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

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

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

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

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

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

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