#A5D4FA

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

Shades of Pale Cornflower Blue #A5D4FA

Tints of Pale Cornflower Blue #A5D4FA

Color information

#A5D4FA (or 0xA5D4FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: A5, D4 and FA. RGB value is (165,212,250). Sum of RGB (Red+Green+Blue) = 165+212+250=627 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.32% from 627); Green value is 212 (83.20% from 255 or 33.81% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5D4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5D4FA is #5A2B05. Grayscale: #CACACA. Windows color (decimal): -5909254 or 16438437. OLE color: 16438437.

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

Color convert

RGB165212250-
CMYK0.340.1500.02
HSL206.82º89.47%81.37%-
HSV(B)206.82º34%98.04%-
XYZ56.3261.9999.44-
YUV202.28154.93101.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.32%
GREEN value IS 212 (83.20% from 255) = 33.81%
BLUE value IS 250 (98.05% from 255) = 39.87%
R=26.32%
G=33.81%
B=39.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652122500.340.1500.02206.8289.4781.37
HexA5D4FA22F02cf5951
Octal245324372421702317131121
Binary10100101110101001111101010001011110101100111110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D4FA; }

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

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

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

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

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

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

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

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