#A2CAFC

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

Shades of Pale Cornflower Blue #A2CAFC

Tints of Pale Cornflower Blue #A2CAFC

Color information

#A2CAFC (or 0xA2CAFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: A2, CA and FC. RGB value is (162,202,252). Sum of RGB (Red+Green+Blue) = 162+202+252=616 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.30% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #A2CAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CAFC is #5D3503. Grayscale: #C3C3C3. Windows color (decimal): -6108420 or 16566946. OLE color: 16566946.

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

Color convert

RGB162202252-
CMYK0.360.2000.01
HSL213.33º93.75%81.18%-
HSV(B)213.33º35.71%98.82%-
XYZ53.5956.95100.26-
YUV195.74159.75103.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.30%
GREEN value IS 202 (79.30% from 255) = 32.79%
BLUE value IS 252 (98.83% from 255) = 40.91%
R=26.30%
G=32.79%
B=40.91%

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
Decimal1622022520.360.2000.01213.3393.7581.18
HexA2CAFC241401d55e51
Octal242312374442401325136121
Binary10100010110010101111110010010010100011101010110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CAFC; }

 p { color: rgb(162,202,252); }

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

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

 a { background-color: rgb(162,202,252); }

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

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

 span { border-color: rgb(162,202,252); }

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