#A4CDF9

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

Shades of Pale Cornflower Blue #A4CDF9

Tints of Pale Cornflower Blue #A4CDF9

Color information

#A4CDF9 (or 0xA4CDF9) is unknown color: approx Pale Cornflower Blue. HEX triplet: A4, CD and F9. RGB value is (164,205,249). Sum of RGB (Red+Green+Blue) = 164+205+249=618 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.54% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #A4CDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CDF9 is #5B3206. Grayscale: #C5C5C5. Windows color (decimal): -5976583 or 16371108. OLE color: 16371108.

HSL color Cylindrical-coordinate representation of color #A4CDF9: hue angle of 211.06º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4CDF9 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB164205249-
CMYK0.340.1800.02
HSL211.06º87.63%80.98%-
HSV(B)211.06º34.14%97.65%-
XYZ54.2458.3998.04-
YUV197.76156.92103.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.54%
GREEN value IS 205 (80.47% from 255) = 33.17%
BLUE value IS 249 (97.66% from 255) = 40.29%
R=26.54%
G=33.17%
B=40.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642052490.340.1800.02211.0687.6380.98
HexA4CDF9221202d35851
Octal244315371422202323130121
Binary101001001100110111111001100010100100101101001110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CDF9; }

 p { color: rgb(164,205,249); }

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

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

 a { background-color: rgb(164,205,249); }

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

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

 span { border-color: rgb(164,205,249); }

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