#A2CFFD

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

Shades of Pale Cornflower Blue #A2CFFD

Tints of Pale Cornflower Blue #A2CFFD

Color information

#A2CFFD (or 0xA2CFFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: A2, CF and FD. RGB value is (162,207,253). Sum of RGB (Red+Green+Blue) = 162+207+253=622 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.05% from 622); Green value is 207 (81.25% from 255 or 33.28% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #A2CFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CFFD is #5D3002. Grayscale: #C6C6C6. Windows color (decimal): -6107139 or 16633762. OLE color: 16633762.

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

Color convert

RGB162207253-
CMYK0.360.1800.01
HSL210.33º95.79%81.37%-
HSV(B)210.33º35.97%99.22%-
XYZ54.9459.4101.5-
YUV198.79158.59101.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.05%
GREEN value IS 207 (81.25% from 255) = 33.28%
BLUE value IS 253 (99.22% from 255) = 40.68%
R=26.05%
G=33.28%
B=40.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1622072530.360.1800.01210.3395.7981.37
HexA2CFFD241201d26051
Octal242317375442201322140121
Binary10100010110011111111110110010010010011101001011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CFFD; }

 p { color: rgb(162,207,253); }

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

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

 a { background-color: rgb(162,207,253); }

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

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

 span { border-color: rgb(162,207,253); }

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