#A5CAFD

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

Shades of Pale Cornflower Blue #A5CAFD

Tints of Pale Cornflower Blue #A5CAFD

Color information

#A5CAFD (or 0xA5CAFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: A5, CA and FD. RGB value is (165,202,253). Sum of RGB (Red+Green+Blue) = 165+202+253=620 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.61% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #A5CAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CAFD is #5A3502. Grayscale: #C4C4C4. Windows color (decimal): -5911811 or 16632485. OLE color: 16632485.

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

Color convert

RGB165202253-
CMYK0.350.2000.01
HSL214.77º95.65%81.96%-
HSV(B)214.77º34.78%99.22%-
XYZ54.3757.33101.13-
YUV196.75159.74105.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.61%
GREEN value IS 202 (79.30% from 255) = 32.58%
BLUE value IS 253 (99.22% from 255) = 40.81%
R=26.61%
G=32.58%
B=40.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652022530.350.2000.01214.7795.6581.96
HexA5CAFD231401d76052
Octal245312375432401327140122
Binary10100101110010101111110110001110100011101011111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CAFD; }

 p { color: rgb(165,202,253); }

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

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

 a { background-color: rgb(165,202,253); }

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

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

 span { border-color: rgb(165,202,253); }

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