#A1CCFE

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

Shades of Pale Cornflower Blue #A1CCFE

Tints of Pale Cornflower Blue #A1CCFE

Color information

#A1CCFE (or 0xA1CCFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A1, CC and FE. RGB value is (161,204,254). Sum of RGB (Red+Green+Blue) = 161+204+254=619 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.01% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1CCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CCFE is #5E3301. Grayscale: #C4C4C4. Windows color (decimal): -6173442 or 16698529. OLE color: 16698529.

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

Color convert

RGB161204254-
CMYK0.370.2000.00
HSL212.26º97.89%81.37%-
HSV(B)212.26º36.61%99.61%-
XYZ54.1857.92102.09-
YUV196.84160.25102.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.01%
GREEN value IS 204 (80.08% from 255) = 32.96%
BLUE value IS 254 (99.61% from 255) = 41.03%
R=26.01%
G=32.96%
B=41.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1612042540.370.2000.00212.2697.8981.37
HexA1CCFE251400d46251
Octal241314376452400324142121
Binary10100001110011001111111010010110100001101010011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CCFE; }

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

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

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

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

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

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

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

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