#A4CFF5

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

Shades of Pale Cornflower Blue #A4CFF5

Tints of Pale Cornflower Blue #A4CFF5

Color information

#A4CFF5 (or 0xA4CFF5) is unknown color: approx Pale Cornflower Blue. HEX triplet: A4, CF and F5. RGB value is (164,207,245). Sum of RGB (Red+Green+Blue) = 164+207+245=616 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.62% from 616); Green value is 207 (81.25% from 255 or 33.60% from 616); Blue value is 245 (96.09% from 255 or 39.77% from 616); Max value from RGB is 245 - color contains mainly: blue. Hex color #A4CFF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CFF5 is #5B300A. Grayscale: #C6C6C6. Windows color (decimal): -5976075 or 16109476. OLE color: 16109476.

HSL color Cylindrical-coordinate representation of color #A4CFF5: hue angle of 208.15º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4CFF5 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB164207245-
CMYK0.330.1600.04
HSL208.15º80.2%80.2%-
HSV(B)208.15º33.06%96.08%-
XYZ54.159.1194.94-
YUV198.48154.25103.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.62%
GREEN value IS 207 (81.25% from 255) = 33.60%
BLUE value IS 245 (96.09% from 255) = 39.77%
R=26.62%
G=33.60%
B=39.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1642072450.330.1600.04208.1580.280.2
HexA4CFF5211004d05050
Octal244317365412004320120120
Binary1010010011001111111101011000011000001001101000010100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CFF5; }

 p { color: rgb(164,207,245); }

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

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

 a { background-color: rgb(164,207,245); }

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

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

 span { border-color: rgb(164,207,245); }

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