#A4CDFB

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

Shades of Pale Cornflower Blue #A4CDFB

Tints of Pale Cornflower Blue #A4CDFB

Color information

#A4CDFB (or 0xA4CDFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: A4, CD and FB. RGB value is (164,205,251). Sum of RGB (Red+Green+Blue) = 164+205+251=620 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.45% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 251 (98.44% from 255 or 40.48% from 620); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4CDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CDFB is #5B3204. Grayscale: #C5C5C5. Windows color (decimal): -5976581 or 16502180. OLE color: 16502180.

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

Color convert

RGB164205251-
CMYK0.350.1800.02
HSL211.72º91.58%81.37%-
HSV(B)211.72º34.66%98.43%-
XYZ54.5558.5299.69-
YUV197.98157.92103.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.45%
GREEN value IS 205 (80.47% from 255) = 33.06%
BLUE value IS 251 (98.44% from 255) = 40.48%
R=26.45%
G=33.06%
B=40.48%

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
Decimal1642052510.350.1800.02211.7291.5881.37
HexA4CDFB231202d45c51
Octal244315373432202324134121
Binary101001001100110111111011100011100100101101010010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CDFB; }

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

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

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

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

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

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

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

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