#A3CCFC

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

Shades of Pale Cornflower Blue #A3CCFC

Tints of Pale Cornflower Blue #A3CCFC

Color information

#A3CCFC (or 0xA3CCFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: A3, CC and FC. RGB value is (163,204,252). Sum of RGB (Red+Green+Blue) = 163+204+252=619 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.33% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #A3CCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CCFC is #5C3303. Grayscale: #C4C4C4. Windows color (decimal): -6042372 or 16567459. OLE color: 16567459.

HSL color Cylindrical-coordinate representation of color #A3CCFC: hue angle of 212.36º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3CCFC is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB163204252-
CMYK0.350.1900.01
HSL212.36º93.68%81.37%-
HSV(B)212.36º35.32%98.82%-
XYZ54.2758100.43-
YUV197.21158.92103.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.33%
GREEN value IS 204 (80.08% from 255) = 32.96%
BLUE value IS 252 (98.83% from 255) = 40.71%
R=26.33%
G=32.96%
B=40.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1632042520.350.1900.01212.3693.6881.37
HexA3CCFC231301d45e51
Octal243314374432301324136121
Binary10100011110011001111110010001110011011101010010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CCFC; }

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

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

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

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

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

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

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

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