#A4CAFF

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

Shades of Pale Cornflower Blue #A4CAFF

Tints of Pale Cornflower Blue #A4CAFF

Color information

#A4CAFF (or 0xA4CAFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A4, CA and FF. RGB value is (164,202,255). Sum of RGB (Red+Green+Blue) = 164+202+255=621 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.41% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #A4CAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CAFF is #5B3500. Grayscale: #C4C4C4. Windows color (decimal): -5977345 or 16763556. OLE color: 16763556.

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

Color convert

RGB164202255-
CMYK0.360.2100
HSL214.95º100%82.16%-
HSV(B)214.95º35.69%100%-
XYZ54.4857.35102.81-
YUV196.68160.91104.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.41%
GREEN value IS 202 (79.30% from 255) = 32.53%
BLUE value IS 255 (100% from 255) = 41.06%
R=26.41%
G=32.53%
B=41.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1642022550.360.2100214.9510082.16
HexA4CAFF241500d76452
Octal244312377442500327144122
Binary10100100110010101111111110010010101001101011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CAFF; }

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

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

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

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

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

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

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

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