#A2CFFA

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

Shades of Pale Cornflower Blue #A2CFFA

Tints of Pale Cornflower Blue #A2CFFA

Color information

#A2CFFA (or 0xA2CFFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: A2, CF and FA. RGB value is (162,207,250). Sum of RGB (Red+Green+Blue) = 162+207+250=619 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.17% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #A2CFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CFFA is #5D3005. Grayscale: #C6C6C6. Windows color (decimal): -6107142 or 16437154. OLE color: 16437154.

HSL color Cylindrical-coordinate representation of color #A2CFFA: hue angle of 209.32º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2CFFA is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB162207250-
CMYK0.350.1700.02
HSL209.32º89.8%80.78%-
HSV(B)209.32º35.2%98.04%-
XYZ54.4759.2199-
YUV198.45157.09102-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.17%
GREEN value IS 207 (81.25% from 255) = 33.44%
BLUE value IS 250 (98.05% from 255) = 40.39%
R=26.17%
G=33.44%
B=40.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1622072500.350.1700.02209.3289.880.78
HexA2CFFA231102d15a51
Octal242317372432102321132121
Binary101000101100111111111010100011100010101101000110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CFFA; }

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

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

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

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

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

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

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

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