#A4CFFD

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

Shades of Pale Cornflower Blue #A4CFFD

Tints of Pale Cornflower Blue #A4CFFD

Color information

#A4CFFD (or 0xA4CFFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: A4, CF and FD. RGB value is (164,207,253). Sum of RGB (Red+Green+Blue) = 164+207+253=624 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.28% from 624); Green value is 207 (81.25% from 255 or 33.17% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #A4CFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CFFD is #5B3002. Grayscale: #C7C7C7. Windows color (decimal): -5976067 or 16633764. OLE color: 16633764.

HSL color Cylindrical-coordinate representation of color #A4CFFD: hue angle of 211.01º 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 #A4CFFD is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB164207253-
CMYK0.350.1800.01
HSL211.01º95.7%81.76%-
HSV(B)211.01º35.18%99.22%-
XYZ55.3559.61101.52-
YUV199.39158.25102.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.28%
GREEN value IS 207 (81.25% from 255) = 33.17%
BLUE value IS 253 (99.22% from 255) = 40.54%
R=26.28%
G=33.17%
B=40.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642072530.350.1800.01211.0195.781.76
HexA4CFFD231201d36052
Octal244317375432201323140122
Binary10100100110011111111110110001110010011101001111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CFFD; }

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

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

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

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

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

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

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

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