#A4C7EB

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

Shades of Pale Cornflower Blue #A4C7EB

Tints of Pale Cornflower Blue #A4C7EB

Color information

#A4C7EB (or 0xA4C7EB) is unknown color: approx Pale Cornflower Blue. HEX triplet: A4, C7 and EB. RGB value is (164,199,235). Sum of RGB (Red+Green+Blue) = 164+199+235=598 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.42% from 598); Green value is 199 (78.12% from 255 or 33.28% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #A4C7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4C7EB is #5B3814. Grayscale: #C0C0C0. Windows color (decimal): -5978133 or 15452068. OLE color: 15452068.

HSL color Cylindrical-coordinate representation of color #A4C7EB: hue angle of 210.42º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4C7EB is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB164199235-
CMYK0.300.1500.08
HSL210.42º63.96%78.24%-
HSV(B)210.42º30.21%92.16%-
XYZ50.7354.7486.49-
YUV192.64151.9107.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.42%
GREEN value IS 199 (78.12% from 255) = 33.28%
BLUE value IS 235 (92.19% from 255) = 39.30%
R=27.42%
G=33.28%
B=39.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1641992350.300.1500.08210.4263.9678.24
HexA4C7EB1EF08d2404e
Octal2443073533617010322100116
Binary101001001100011111101011111101111010001101001010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C7EB; }

 p { color: rgb(164,199,235); }

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

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

 a { background-color: rgb(164,199,235); }

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

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

 span { border-color: rgb(164,199,235); }

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