#A4CBFE

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

Shades of Pale Cornflower Blue #A4CBFE

Tints of Pale Cornflower Blue #A4CBFE

Color information

#A4CBFE (or 0xA4CBFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A4, CB and FE. RGB value is (164,203,254). Sum of RGB (Red+Green+Blue) = 164+203+254=621 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.41% from 621); Green value is 203 (79.69% from 255 or 32.69% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4CBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CBFE is #5B3401. Grayscale: #C4C4C4. Windows color (decimal): -5977090 or 16698276. OLE color: 16698276.

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

Color convert

RGB164203254-
CMYK0.350.2000.00
HSL214º97.83%81.96%-
HSV(B)214º35.43%99.61%-
XYZ54.5657.76102.04-
YUV197.15160.08104.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.41%
GREEN value IS 203 (79.69% from 255) = 32.69%
BLUE value IS 254 (99.61% from 255) = 40.90%
R=26.41%
G=32.69%
B=40.90%

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
Decimal1642032540.350.2000.0021497.8381.96
HexA4CBFE231400d66252
Octal244313376432400326142122
Binary10100100110010111111111010001110100001101011011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CBFE; }

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

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

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

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

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

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

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

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