#A3CDFB

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

Shades of Pale Cornflower Blue #A3CDFB

Tints of Pale Cornflower Blue #A3CDFB

Color information

#A3CDFB (or 0xA3CDFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: A3, CD and FB. RGB value is (163,205,251). Sum of RGB (Red+Green+Blue) = 163+205+251=619 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.33% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #A3CDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CDFB is #5C3204. Grayscale: #C5C5C5. Windows color (decimal): -6042117 or 16502179. OLE color: 16502179.

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

Color convert

RGB163205251-
CMYK0.350.1800.02
HSL211.36º91.67%81.18%-
HSV(B)211.36º35.06%98.43%-
XYZ54.3558.4199.68-
YUV197.69158.09103.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.33%
GREEN value IS 205 (80.47% from 255) = 33.12%
BLUE value IS 251 (98.44% from 255) = 40.55%
R=26.33%
G=33.12%
B=40.55%

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
Decimal1632052510.350.1800.02211.3691.6781.18
HexA3CDFB231202d35c51
Octal243315373432202323134121
Binary101000111100110111111011100011100100101101001110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CDFB; }

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

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

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

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

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

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

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

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