#A4CAFD

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

Shades of Pale Cornflower Blue #A4CAFD

Tints of Pale Cornflower Blue #A4CAFD

Color information

#A4CAFD (or 0xA4CAFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: A4, CA and FD. RGB value is (164,202,253). Sum of RGB (Red+Green+Blue) = 164+202+253=619 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.49% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #A4CAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CAFD is #5B3502. Grayscale: #C4C4C4. Windows color (decimal): -5977347 or 16632484. OLE color: 16632484.

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

Color convert

RGB164202253-
CMYK0.350.2000.01
HSL214.38º95.7%81.76%-
HSV(B)214.38º35.18%99.22%-
XYZ54.1657.23101.12-
YUV196.45159.91104.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.49%
GREEN value IS 202 (79.30% from 255) = 32.63%
BLUE value IS 253 (99.22% from 255) = 40.87%
R=26.49%
G=32.63%
B=40.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642022530.350.2000.01214.3895.781.76
HexA4CAFD231401d66052
Octal244312375432401326140122
Binary10100100110010101111110110001110100011101011011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CAFD; }

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

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

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

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

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

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

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

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