#A4CAFE

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

Shades of Pale Cornflower Blue #A4CAFE

Tints of Pale Cornflower Blue #A4CAFE

Color information

#A4CAFE (or 0xA4CAFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A4, CA and FE. RGB value is (164,202,254). Sum of RGB (Red+Green+Blue) = 164+202+254=620 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.45% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4CAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CAFE is #5B3501. Grayscale: #C4C4C4. Windows color (decimal): -5977346 or 16698020. OLE color: 16698020.

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

Color convert

RGB164202254-
CMYK0.350.2000.00
HSL214.67º97.83%81.96%-
HSV(B)214.67º35.43%99.61%-
XYZ54.3257.29101.96-
YUV196.57160.41104.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.45%
GREEN value IS 202 (79.30% from 255) = 32.58%
BLUE value IS 254 (99.61% from 255) = 40.97%
R=26.45%
G=32.58%
B=40.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1642022540.350.2000.00214.6797.8381.96
HexA4CAFE231400d76252
Octal244312376432400327142122
Binary10100100110010101111111010001110100001101011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CAFE; }

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

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

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

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

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

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

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

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