#A5C5FA

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

Shades of Pale Cornflower Blue #A5C5FA

Tints of Pale Cornflower Blue #A5C5FA

Color information

#A5C5FA (or 0xA5C5FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: A5, C5 and FA. RGB value is (165,197,250). Sum of RGB (Red+Green+Blue) = 165+197+250=612 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.96% from 612); Green value is 197 (77.34% from 255 or 32.19% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5C5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C5FA is #5A3A05. Grayscale: #C1C1C1. Windows color (decimal): -5913094 or 16434597. OLE color: 16434597.

HSL color Cylindrical-coordinate representation of color #A5C5FA: hue angle of 217.41º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5C5FA is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB165197250-
CMYK0.340.2100.02
HSL217.41º89.47%81.37%-
HSV(B)217.41º34%98.04%-
XYZ52.7454.8398.25-
YUV193.47159.9107.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.96%
GREEN value IS 197 (77.34% from 255) = 32.19%
BLUE value IS 250 (98.05% from 255) = 40.85%
R=26.96%
G=32.19%
B=40.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1651972500.340.2100.02217.4189.4781.37
HexA5C5FA221502d95951
Octal245305372422502331131121
Binary101001011100010111111010100010101010101101100110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C5FA; }

 p { color: rgb(165,197,250); }

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

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

 a { background-color: rgb(165,197,250); }

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

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

 span { border-color: rgb(165,197,250); }

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