#A2CCFF

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

Shades of Pale Cornflower Blue #A2CCFF

Tints of Pale Cornflower Blue #A2CCFF

Color information

#A2CCFF (or 0xA2CCFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A2, CC and FF. RGB value is (162,204,255). Sum of RGB (Red+Green+Blue) = 162+204+255=621 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.09% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #A2CCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CCFF is #5D3300. Grayscale: #C5C5C5. Windows color (decimal): -6107905 or 16764066. OLE color: 16764066.

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

Color convert

RGB162204255-
CMYK0.360.200
HSL212.9º100%81.76%-
HSV(B)212.9º36.47%100%-
XYZ54.5458.09102.94-
YUV197.26160.59102.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.09%
GREEN value IS 204 (80.08% from 255) = 32.85%
BLUE value IS 255 (100% from 255) = 41.06%
R=26.09%
G=32.85%
B=41.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1622042550.360.200212.910081.76
HexA2CCFF241400d56452
Octal242314377442400325144122
Binary10100010110011001111111110010010100001101010111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CCFF; }

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

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

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

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

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

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

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

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