#a3c5f7

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

Shades of Pale Cornflower Blue #A3C5F7

Tints of Pale Cornflower Blue #A3C5F7

Color information

#A3C5F7 (or 0xA3C5F7) is unknown color: approx Pale Cornflower Blue. HEX triplet: A3, C5 and F7. RGB value is (163,197,247). Sum of RGB (Red+Green+Blue) = 163+197+247=607 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.85% from 607); Green value is 197 (77.34% from 255 or 32.45% from 607); Blue value is 247 (96.88% from 255 or 40.69% from 607); Max value from RGB is 247 - color contains mainly: blue. Hex color #A3C5F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3C5F7 is #5C3A08. Grayscale: #C0C0C0. Windows color (decimal): -6044169 or 16237987. OLE color: 16237987.

HSL color Cylindrical-coordinate representation of color #A3C5F7: hue angle of 215.71º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3C5F7 is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB163197247-
CMYK0.340.2000.03
HSL215.71º84%80.39%-
HSV(B)215.71º34.01%96.86%-
XYZ51.8654.4395.77-
YUV192.53158.74106.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.85%
GREEN value IS 197 (77.34% from 255) = 32.45%
BLUE value IS 247 (96.88% from 255) = 40.69%
R=26.85%
G=32.45%
B=40.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1631972470.340.2000.03215.718480.39
HexA3C5F7221403d85450
Octal243305367422403330124120
Binary101000111100010111110111100010101000111101100010101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3c5f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3c5f7; }

 p { color: rgb(163,197,247); }

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

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

 a { background-color: rgb(163,197,247); }

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

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

 span { border-color: rgb(163,197,247); }

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