#A5C4FF

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

Shades of Pale Cornflower Blue #A5C4FF

Tints of Pale Cornflower Blue #A5C4FF

Color information

#A5C4FF (or 0xA5C4FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A5, C4 and FF. RGB value is (165,196,255). Sum of RGB (Red+Green+Blue) = 165+196+255=616 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.79% from 616); Green value is 196 (76.95% from 255 or 31.82% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5C4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C4FF is #5A3B00. Grayscale: #C1C1C1. Windows color (decimal): -5913345 or 16762021. OLE color: 16762021.

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

Color convert

RGB165196255-
CMYK0.350.2300
HSL219.33º100%82.35%-
HSV(B)219.33º35.29%100%-
XYZ53.3154.7102.36-
YUV193.46162.73107.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.79%
GREEN value IS 196 (76.95% from 255) = 31.82%
BLUE value IS 255 (100% from 255) = 41.40%
R=26.79%
G=31.82%
B=41.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1651962550.350.2300219.3310082.35
HexA5C4FF231700db6452
Octal245304377432700333144122
Binary10100101110001001111111110001110111001101101111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C4FF; }

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

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

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

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

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

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

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

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