#A5C7FE

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

Shades of Pale Cornflower Blue #A5C7FE

Tints of Pale Cornflower Blue #A5C7FE

Color information

#A5C7FE (or 0xA5C7FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A5, C7 and FE. RGB value is (165,199,254). Sum of RGB (Red+Green+Blue) = 165+199+254=618 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.70% from 618); Green value is 199 (78.12% from 255 or 32.20% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #A5C7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C7FE is #5A3801. Grayscale: #C2C2C2. Windows color (decimal): -5912578 or 16697253. OLE color: 16697253.

HSL color Cylindrical-coordinate representation of color #A5C7FE: hue angle of 217.08º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5C7FE is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB165199254-
CMYK0.350.2200.00
HSL217.08º97.8%82.16%-
HSV(B)217.08º35.04%99.61%-
XYZ53.8356101.74-
YUV195.1161.24106.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.70%
GREEN value IS 199 (78.12% from 255) = 32.20%
BLUE value IS 254 (99.61% from 255) = 41.10%
R=26.70%
G=32.20%
B=41.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1651992540.350.2200.00217.0897.882.16
HexA5C7FE231600d96252
Octal245307376432600331142122
Binary10100101110001111111111010001110110001101100111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C7FE; }

 p { color: rgb(165,199,254); }

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

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

 a { background-color: rgb(165,199,254); }

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

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

 span { border-color: rgb(165,199,254); }

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