#A4C8EF

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

Shades of Pale Cornflower Blue #A4C8EF

Tints of Pale Cornflower Blue #A4C8EF

Color information

#A4C8EF (or 0xA4C8EF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A4, C8 and EF. RGB value is (164,200,239). Sum of RGB (Red+Green+Blue) = 164+200+239=603 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.20% from 603); Green value is 200 (78.52% from 255 or 33.17% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 239 - color contains mainly: blue. Hex color #A4C8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4C8EF is #5B3710. Grayscale: #C1C1C1. Windows color (decimal): -5977873 or 15714468. OLE color: 15714468.

HSL color Cylindrical-coordinate representation of color #A4C8EF: hue angle of 211.2º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4C8EF is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB164200239-
CMYK0.310.1600.06
HSL211.2º70.09%79.02%-
HSV(B)211.2º31.38%93.73%-
XYZ51.5455.4389.64-
YUV193.68153.57106.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.20%
GREEN value IS 200 (78.52% from 255) = 33.17%
BLUE value IS 239 (93.75% from 255) = 39.64%
R=27.20%
G=33.17%
B=39.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1642002390.310.1600.06211.270.0979.02
HexA4C8EF1F1006d3464f
Octal244310357372006323106117
Binary101001001100100011101111111111000001101101001110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C8EF; }

 p { color: rgb(164,200,239); }

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

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

 a { background-color: rgb(164,200,239); }

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

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

 span { border-color: rgb(164,200,239); }

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