#A3CAFC

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

Shades of Pale Cornflower Blue #A3CAFC

Tints of Pale Cornflower Blue #A3CAFC

Color information

#A3CAFC (or 0xA3CAFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: A3, CA and FC. RGB value is (163,202,252). Sum of RGB (Red+Green+Blue) = 163+202+252=617 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.42% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #A3CAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CAFC is #5C3503. Grayscale: #C3C3C3. Windows color (decimal): -6042884 or 16566947. OLE color: 16566947.

HSL color Cylindrical-coordinate representation of color #A3CAFC: hue angle of 213.71º 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 #A3CAFC is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB163202252-
CMYK0.350.2000.01
HSL213.71º93.68%81.37%-
HSV(B)213.71º35.32%98.82%-
XYZ53.857.06100.27-
YUV196.04159.58104.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.42%
GREEN value IS 202 (79.30% from 255) = 32.74%
BLUE value IS 252 (98.83% from 255) = 40.84%
R=26.42%
G=32.74%
B=40.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1632022520.350.2000.01213.7193.6881.37
HexA3CAFC231401d65e51
Octal243312374432401326136121
Binary10100011110010101111110010001110100011101011010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CAFC; }

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

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

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

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

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

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

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

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