#A4CBFD

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

Shades of Pale Cornflower Blue #A4CBFD

Tints of Pale Cornflower Blue #A4CBFD

Color information

#A4CBFD (or 0xA4CBFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: A4, CB and FD. RGB value is (164,203,253). Sum of RGB (Red+Green+Blue) = 164+203+253=620 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.45% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #A4CBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CBFD is #5B3402. Grayscale: #C4C4C4. Windows color (decimal): -5977091 or 16632740. OLE color: 16632740.

HSL color Cylindrical-coordinate representation of color #A4CBFD: hue angle of 213.71º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4CBFD is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB164203253-
CMYK0.350.2000.01
HSL213.71º95.7%81.76%-
HSV(B)213.71º35.18%99.22%-
XYZ54.457.7101.2-
YUV197.04159.58104.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.45%
GREEN value IS 203 (79.69% from 255) = 32.74%
BLUE value IS 253 (99.22% from 255) = 40.81%
R=26.45%
G=32.74%
B=40.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642032530.350.2000.01213.7195.781.76
HexA4CBFD231401d66052
Octal244313375432401326140122
Binary10100100110010111111110110001110100011101011011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CBFD; }

 p { color: rgb(164,203,253); }

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

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

 a { background-color: rgb(164,203,253); }

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

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

 span { border-color: rgb(164,203,253); }

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