#A5C4FE

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

Shades of Pale Cornflower Blue #A5C4FE

Tints of Pale Cornflower Blue #A5C4FE

Color information

#A5C4FE (or 0xA5C4FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A5, C4 and FE. RGB value is (165,196,254). Sum of RGB (Red+Green+Blue) = 165+196+254=615 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.83% from 615); Green value is 196 (76.95% from 255 or 31.87% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #A5C4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C4FE is #5A3B01. Grayscale: #C1C1C1. Windows color (decimal): -5913346 or 16696485. OLE color: 16696485.

HSL color Cylindrical-coordinate representation of color #A5C4FE: hue angle of 219.1º 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 #A5C4FE is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB165196254-
CMYK0.350.2300.00
HSL219.1º97.8%82.16%-
HSV(B)219.1º35.04%99.61%-
XYZ53.1554.63101.51-
YUV193.34162.23107.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.83%
GREEN value IS 196 (76.95% from 255) = 31.87%
BLUE value IS 254 (99.61% from 255) = 41.30%
R=26.83%
G=31.87%
B=41.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1651962540.350.2300.00219.197.882.16
HexA5C4FE231700db6252
Octal245304376432700333142122
Binary10100101110001001111111010001110111001101101111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C4FE; }

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

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

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

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

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

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

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

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