#A3CBFF

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

Shades of Pale Cornflower Blue #A3CBFF

Tints of Pale Cornflower Blue #A3CBFF

Color information

#A3CBFF (or 0xA3CBFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A3, CB and FF. RGB value is (163,203,255). Sum of RGB (Red+Green+Blue) = 163+203+255=621 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.25% from 621); Green value is 203 (79.69% from 255 or 32.69% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #A3CBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CBFF is #5C3400. Grayscale: #C4C4C4. Windows color (decimal): -6042625 or 16763811. OLE color: 16763811.

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

Color convert

RGB163203255-
CMYK0.360.2000
HSL213.91º100%81.96%-
HSV(B)213.91º36.08%100%-
XYZ54.5157.72102.88-
YUV196.97160.75103.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.25%
GREEN value IS 203 (79.69% from 255) = 32.69%
BLUE value IS 255 (100% from 255) = 41.06%
R=26.25%
G=32.69%
B=41.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1632032550.360.2000213.9110081.96
HexA3CBFF241400d66452
Octal243313377442400326144122
Binary10100011110010111111111110010010100001101011011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CBFF; }

 p { color: rgb(163,203,255); }

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

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

 a { background-color: rgb(163,203,255); }

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

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

 span { border-color: rgb(163,203,255); }

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