#A5C7EF

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

Shades of Pale Cornflower Blue #A5C7EF

Tints of Pale Cornflower Blue #A5C7EF

Color information

#A5C7EF (or 0xA5C7EF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A5, C7 and EF. RGB value is (165,199,239). Sum of RGB (Red+Green+Blue) = 165+199+239=603 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.36% from 603); Green value is 199 (78.12% from 255 or 33.00% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 239 - color contains mainly: blue. Hex color #A5C7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C7EF is #5A3810. Grayscale: #C1C1C1. Windows color (decimal): -5912593 or 15714213. OLE color: 15714213.

HSL color Cylindrical-coordinate representation of color #A5C7EF: hue angle of 212.43º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5C7EF is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB165199239-
CMYK0.310.1700.06
HSL212.43º69.81%79.22%-
HSV(B)212.43º30.96%93.73%-
XYZ51.5255.0889.58-
YUV193.39153.74107.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.36%
GREEN value IS 199 (78.12% from 255) = 33.00%
BLUE value IS 239 (93.75% from 255) = 39.64%
R=27.36%
G=33.00%
B=39.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1651992390.310.1700.06212.4369.8179.22
HexA5C7EF1F1106d4464f
Octal245307357372106324106117
Binary101001011100011111101111111111000101101101010010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C7EF; }

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

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

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

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

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

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

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

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