#A3C6F3

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

Shades of Pale Cornflower Blue #A3C6F3

Tints of Pale Cornflower Blue #A3C6F3

Color information

#A3C6F3 (or 0xA3C6F3) is unknown color: approx Pale Cornflower Blue. HEX triplet: A3, C6 and F3. RGB value is (163,198,243). Sum of RGB (Red+Green+Blue) = 163+198+243=604 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.99% from 604); Green value is 198 (77.73% from 255 or 32.78% from 604); Blue value is 243 (95.31% from 255 or 40.23% from 604); Max value from RGB is 243 - color contains mainly: blue. Hex color #A3C6F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3C6F3 is #5C390C. Grayscale: #C0C0C0. Windows color (decimal): -6043917 or 15976099. OLE color: 15976099.

HSL color Cylindrical-coordinate representation of color #A3C6F3: hue angle of 213.75º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3C6F3 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB163198243-
CMYK0.330.1900.05
HSL213.75º76.92%79.61%-
HSV(B)213.75º32.92%95.29%-
XYZ51.4854.6592.63-
YUV192.66156.4106.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.99%
GREEN value IS 198 (77.73% from 255) = 32.78%
BLUE value IS 243 (95.31% from 255) = 40.23%
R=26.99%
G=32.78%
B=40.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1631982430.330.1900.05213.7576.9279.61
HexA3C6F3211305d64d50
Octal243306363412305326115120
Binary1010001111000110111100111000011001101011101011010011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C6F3; }

 p { color: rgb(163,198,243); }

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

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

 a { background-color: rgb(163,198,243); }

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

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

 span { border-color: rgb(163,198,243); }

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