#A5C3FE

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

Shades of Pale Cornflower Blue #A5C3FE

Tints of Pale Cornflower Blue #A5C3FE

Color information

#A5C3FE (or 0xA5C3FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A5, C3 and FE. RGB value is (165,195,254). Sum of RGB (Red+Green+Blue) = 165+195+254=614 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.87% from 614); Green value is 195 (76.56% from 255 or 31.76% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #A5C3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C3FE is #5A3C01. Grayscale: #C0C0C0. Windows color (decimal): -5913602 or 16696229. OLE color: 16696229.

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

Color convert

RGB165195254-
CMYK0.350.2300.00
HSL219.78º97.8%82.16%-
HSV(B)219.78º35.04%99.61%-
XYZ52.9254.19101.44-
YUV192.76162.56108.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.87%
GREEN value IS 195 (76.56% from 255) = 31.76%
BLUE value IS 254 (99.61% from 255) = 41.37%
R=26.87%
G=31.76%
B=41.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1651952540.350.2300.00219.7897.882.16
HexA5C3FE231700dc6252
Octal245303376432700334142122
Binary10100101110000111111111010001110111001101110011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C3FE; }

 p { color: rgb(165,195,254); }

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

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

 a { background-color: rgb(165,195,254); }

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

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

 span { border-color: rgb(165,195,254); }

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