#A4CEFB

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

Shades of Pale Cornflower Blue #A4CEFB

Tints of Pale Cornflower Blue #A4CEFB

Color information

#A4CEFB (or 0xA4CEFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: A4, CE and FB. RGB value is (164,206,251). Sum of RGB (Red+Green+Blue) = 164+206+251=621 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.41% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4CEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CEFB is #5B3104. Grayscale: #C6C6C6. Windows color (decimal): -5976325 or 16502436. OLE color: 16502436.

HSL color Cylindrical-coordinate representation of color #A4CEFB: hue angle of 211.03º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4CEFB is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB164206251-
CMYK0.350.1800.02
HSL211.03º91.58%81.37%-
HSV(B)211.03º34.66%98.43%-
XYZ54.795999.77-
YUV198.57157.59103.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.41%
GREEN value IS 206 (80.86% from 255) = 33.17%
BLUE value IS 251 (98.44% from 255) = 40.42%
R=26.41%
G=33.17%
B=40.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642062510.350.1800.02211.0391.5881.37
HexA4CEFB231202d35c51
Octal244316373432202323134121
Binary101001001100111011111011100011100100101101001110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CEFB; }

 p { color: rgb(164,206,251); }

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

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

 a { background-color: rgb(164,206,251); }

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

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

 span { border-color: rgb(164,206,251); }

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