#A4CAEF

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

Shades of Pale Cornflower Blue #A4CAEF

Tints of Pale Cornflower Blue #A4CAEF

Color information

#A4CAEF (or 0xA4CAEF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A4, CA and EF. RGB value is (164,202,239). Sum of RGB (Red+Green+Blue) = 164+202+239=605 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.11% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #A4CAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CAEF is #5B3510. Grayscale: #C2C2C2. Windows color (decimal): -5977361 or 15714980. OLE color: 15714980.

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

Color convert

RGB164202239-
CMYK0.310.1500.06
HSL209.6º70.09%79.02%-
HSV(B)209.6º31.38%93.73%-
XYZ52.0156.3789.8-
YUV194.86152.91105.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.11%
GREEN value IS 202 (79.30% from 255) = 33.39%
BLUE value IS 239 (93.75% from 255) = 39.50%
R=27.11%
G=33.39%
B=39.50%

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
Decimal1642022390.310.1500.06209.670.0979.02
HexA4CAEF1FF06d2464f
Octal244312357371706322106117
Binary10100100110010101110111111111111101101101001010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CAEF; }

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

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

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

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

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

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

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

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