#A2CDFF

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

Shades of Pale Cornflower Blue #A2CDFF

Tints of Pale Cornflower Blue #A2CDFF

Color information

#A2CDFF (or 0xA2CDFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A2, CD and FF. RGB value is (162,205,255). Sum of RGB (Red+Green+Blue) = 162+205+255=622 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.05% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #A2CDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CDFF is #5D3200. Grayscale: #C5C5C5. Windows color (decimal): -6107649 or 16764322. OLE color: 16764322.

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

Color convert

RGB162205255-
CMYK0.360.2000
HSL212.26º100%81.76%-
HSV(B)212.26º36.47%100%-
XYZ54.7858.56103.02-
YUV197.84160.25102.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.05%
GREEN value IS 205 (80.47% from 255) = 32.96%
BLUE value IS 255 (100% from 255) = 41.00%
R=26.05%
G=32.96%
B=41.00%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1622052550.360.2000212.2610081.76
HexA2CDFF241400d46452
Octal242315377442400324144122
Binary10100010110011011111111110010010100001101010011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CDFF; }

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

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

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

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

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

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

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

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