#A2CFFF

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

Shades of Pale Cornflower Blue #A2CFFF

Tints of Pale Cornflower Blue #A2CFFF

Color information

#A2CFFF (or 0xA2CFFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A2, CF and FF. RGB value is (162,207,255). Sum of RGB (Red+Green+Blue) = 162+207+255=624 (82% of max value = 765). Red value is 162 (63.67% from 255 or 25.96% from 624); Green value is 207 (81.25% from 255 or 33.17% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #A2CFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CFFF is #5D3000. Grayscale: #C6C6C6. Windows color (decimal): -6107137 or 16764834. OLE color: 16764834.

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

Color convert

RGB162207255-
CMYK0.360.1900
HSL210.97º100%81.76%-
HSV(B)210.97º36.47%100%-
XYZ55.2659.53103.18-
YUV199.02159.59101.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.96%
GREEN value IS 207 (81.25% from 255) = 33.17%
BLUE value IS 255 (100% from 255) = 40.87%
R=25.96%
G=33.17%
B=40.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1622072550.360.1900210.9710081.76
HexA2CFFF241300d36452
Octal242317377442300323144122
Binary10100010110011111111111110010010011001101001111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CFFF; }

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

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

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

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

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

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

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

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