#A4CAF3

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

Shades of Pale Cornflower Blue #A4CAF3

Tints of Pale Cornflower Blue #A4CAF3

Color information

#A4CAF3 (or 0xA4CAF3) is unknown color: approx Pale Cornflower Blue. HEX triplet: A4, CA and F3. RGB value is (164,202,243). Sum of RGB (Red+Green+Blue) = 164+202+243=609 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.93% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 243 (95.31% from 255 or 39.90% from 609); Max value from RGB is 243 - color contains mainly: blue. Hex color #A4CAF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CAF3 is #5B350C. Grayscale: #C3C3C3. Windows color (decimal): -5977357 or 15977124. OLE color: 15977124.

HSL color Cylindrical-coordinate representation of color #A4CAF3: hue angle of 211.14º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4CAF3 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB164202243-
CMYK0.330.1700.05
HSL211.14º76.7%79.8%-
HSV(B)211.14º32.51%95.29%-
XYZ52.6156.692.95-
YUV195.31154.91105.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.93%
GREEN value IS 202 (79.30% from 255) = 33.17%
BLUE value IS 243 (95.31% from 255) = 39.90%
R=26.93%
G=33.17%
B=39.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1642022430.330.1700.05211.1476.779.8
HexA4CAF3211105d34d50
Octal244312363412105323115120
Binary1010010011001010111100111000011000101011101001110011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CAF3; }

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

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

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

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

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

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

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

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