#A3CDFE

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

Shades of Pale Cornflower Blue #A3CDFE

Tints of Pale Cornflower Blue #A3CDFE

Color information

#A3CDFE (or 0xA3CDFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A3, CD and FE. RGB value is (163,205,254). Sum of RGB (Red+Green+Blue) = 163+205+254=622 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.21% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #A3CDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CDFE is #5C3201. Grayscale: #C5C5C5. Windows color (decimal): -6042114 or 16698787. OLE color: 16698787.

HSL color Cylindrical-coordinate representation of color #A3CDFE: hue angle of 212.31º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3CDFE is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB163205254-
CMYK0.360.1900.00
HSL212.31º97.85%81.76%-
HSV(B)212.31º35.83%99.61%-
XYZ54.8258.6102.19-
YUV198.03159.59103.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.21%
GREEN value IS 205 (80.47% from 255) = 32.96%
BLUE value IS 254 (99.61% from 255) = 40.84%
R=26.21%
G=32.96%
B=40.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1632052540.360.1900.00212.3197.8581.76
HexA3CDFE241300d46252
Octal243315376442300324142122
Binary10100011110011011111111010010010011001101010011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CDFE; }

 p { color: rgb(163,205,254); }

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

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

 a { background-color: rgb(163,205,254); }

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

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

 span { border-color: rgb(163,205,254); }

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