#A5C9FA

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

Shades of Pale Cornflower Blue #A5C9FA

Tints of Pale Cornflower Blue #A5C9FA

Color information

#A5C9FA (or 0xA5C9FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: A5, C9 and FA. RGB value is (165,201,250). Sum of RGB (Red+Green+Blue) = 165+201+250=616 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.79% from 616); Green value is 201 (78.91% from 255 or 32.63% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5C9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C9FA is #5A3605. Grayscale: #C3C3C3. Windows color (decimal): -5912070 or 16435621. OLE color: 16435621.

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

Color convert

RGB165201250-
CMYK0.340.2000.02
HSL214.59º89.47%81.37%-
HSV(B)214.59º34%98.04%-
XYZ53.6656.6798.55-
YUV195.82158.57106.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.79%
GREEN value IS 201 (78.91% from 255) = 32.63%
BLUE value IS 250 (98.05% from 255) = 40.58%
R=26.79%
G=32.63%
B=40.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652012500.340.2000.02214.5989.4781.37
HexA5C9FA221402d75951
Octal245311372422402327131121
Binary101001011100100111111010100010101000101101011110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C9FA; }

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

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

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

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

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

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

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

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