#A4C8FE

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

Shades of Pale Cornflower Blue #A4C8FE

Tints of Pale Cornflower Blue #A4C8FE

Color information

#A4C8FE (or 0xA4C8FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A4, C8 and FE. RGB value is (164,200,254). Sum of RGB (Red+Green+Blue) = 164+200+254=618 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.54% from 618); Green value is 200 (78.52% from 255 or 32.36% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4C8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4C8FE is #5B3701. Grayscale: #C3C3C3. Windows color (decimal): -5977858 or 16697508. OLE color: 16697508.

HSL color Cylindrical-coordinate representation of color #A4C8FE: hue angle of 216º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4C8FE is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB164200254-
CMYK0.350.2100.00
HSL216º97.83%81.96%-
HSV(B)216º35.43%99.61%-
XYZ53.8556.36101.81-
YUV195.39161.07105.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.54%
GREEN value IS 200 (78.52% from 255) = 32.36%
BLUE value IS 254 (99.61% from 255) = 41.10%
R=26.54%
G=32.36%
B=41.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1642002540.350.2100.0021697.8381.96
HexA4C8FE231500d86252
Octal244310376432500330142122
Binary10100100110010001111111010001110101001101100011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C8FE; }

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

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

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

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

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

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

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

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