#A5C6FA

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

Shades of Pale Cornflower Blue #A5C6FA

Tints of Pale Cornflower Blue #A5C6FA

Color information

#A5C6FA (or 0xA5C6FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: A5, C6 and FA. RGB value is (165,198,250). Sum of RGB (Red+Green+Blue) = 165+198+250=613 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.92% from 613); Green value is 198 (77.73% from 255 or 32.30% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5C6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C6FA is #5A3905. Grayscale: #C1C1C1. Windows color (decimal): -5912838 or 16434853. OLE color: 16434853.

HSL color Cylindrical-coordinate representation of color #A5C6FA: hue angle of 216.71º 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 #A5C6FA is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB165198250-
CMYK0.340.2100.02
HSL216.71º89.47%81.37%-
HSV(B)216.71º34%98.04%-
XYZ52.9755.2998.32-
YUV194.06159.57107.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.92%
GREEN value IS 198 (77.73% from 255) = 32.30%
BLUE value IS 250 (98.05% from 255) = 40.78%
R=26.92%
G=32.30%
B=40.78%

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
Decimal1651982500.340.2100.02216.7189.4781.37
HexA5C6FA221502d95951
Octal245306372422502331131121
Binary101001011100011011111010100010101010101101100110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C6FA; }

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

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

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

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

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

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

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

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