#A1CCFF

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

Shades of Pale Cornflower Blue #A1CCFF

Tints of Pale Cornflower Blue #A1CCFF

Color information

#A1CCFF (or 0xA1CCFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A1, CC and FF. RGB value is (161,204,255). Sum of RGB (Red+Green+Blue) = 161+204+255=620 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.97% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1CCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CCFF is #5E3300. Grayscale: #C4C4C4. Windows color (decimal): -6173441 or 16764065. OLE color: 16764065.

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

Color convert

RGB161204255-
CMYK0.370.200
HSL212.55º100%81.57%-
HSV(B)212.55º36.86%100%-
XYZ54.3457.98102.94-
YUV196.96160.75102.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.97%
GREEN value IS 204 (80.08% from 255) = 32.90%
BLUE value IS 255 (100% from 255) = 41.13%
R=25.97%
G=32.90%
B=41.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1612042550.370.200212.5510081.57
HexA1CCFF251400d56452
Octal241314377452400325144122
Binary10100001110011001111111110010110100001101010111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CCFF; }

 p { color: rgb(161,204,255); }

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

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

 a { background-color: rgb(161,204,255); }

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

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

 span { border-color: rgb(161,204,255); }

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