#A5CAEF

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

Shades of Pale Cornflower Blue #A5CAEF

Tints of Pale Cornflower Blue #A5CAEF

Color information

#A5CAEF (or 0xA5CAEF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A5, CA and EF. RGB value is (165,202,239). Sum of RGB (Red+Green+Blue) = 165+202+239=606 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.23% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #A5CAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CAEF is #5A3510. Grayscale: #C2C2C2. Windows color (decimal): -5911825 or 15714981. OLE color: 15714981.

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

Color convert

RGB165202239-
CMYK0.310.1500.06
HSL210º69.81%79.22%-
HSV(B)210º30.96%93.73%-
XYZ52.2256.4789.81-
YUV195.16152.74106.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.23%
GREEN value IS 202 (79.30% from 255) = 33.33%
BLUE value IS 239 (93.75% from 255) = 39.44%
R=27.23%
G=33.33%
B=39.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1652022390.310.1500.0621069.8179.22
HexA5CAEF1FF06d2464f
Octal245312357371706322106117
Binary10100101110010101110111111111111101101101001010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CAEF; }

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

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

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

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

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

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

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

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