#A3CCFF

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

Shades of Pale Cornflower Blue #A3CCFF

Tints of Pale Cornflower Blue #A3CCFF

Color information

#A3CCFF (or 0xA3CCFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A3, CC and FF. RGB value is (163,204,255). Sum of RGB (Red+Green+Blue) = 163+204+255=622 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.21% from 622); Green value is 204 (80.08% from 255 or 32.80% 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 #A3CCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CCFF is #5C3300. Grayscale: #C5C5C5. Windows color (decimal): -6042369 or 16764067. OLE color: 16764067.

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

Color convert

RGB163204255-
CMYK0.360.200
HSL213.26º100%81.96%-
HSV(B)213.26º36.08%100%-
XYZ54.7558.19102.95-
YUV197.55160.42103.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.21%
GREEN value IS 204 (80.08% from 255) = 32.80%
BLUE value IS 255 (100% from 255) = 41.00%
R=26.21%
G=32.80%
B=41.00%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1632042550.360.200213.2610081.96
HexA3CCFF241400d56452
Octal243314377442400325144122
Binary10100011110011001111111110010010100001101010111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CCFF; }

 p { color: rgb(163,204,255); }

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

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

 a { background-color: rgb(163,204,255); }

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

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

 span { border-color: rgb(163,204,255); }

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