#A7C5FB

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

Shades of Pale Cornflower Blue #A7C5FB

Tints of Pale Cornflower Blue #A7C5FB

Color information

#A7C5FB (or 0xA7C5FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: A7, C5 and FB. RGB value is (167,197,251). Sum of RGB (Red+Green+Blue) = 167+197+251=615 (81% of max value = 765). Red value is 167 (65.62% from 255 or 27.15% from 615); Green value is 197 (77.34% from 255 or 32.03% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #A7C5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7C5FB is #583A04. Grayscale: #C1C1C1. Windows color (decimal): -5782021 or 16500135. OLE color: 16500135.

HSL color Cylindrical-coordinate representation of color #A7C5FB: hue angle of 218.57º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7C5FB is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB167197251-
CMYK0.330.2200.02
HSL218.57º91.3%81.96%-
HSV(B)218.57º33.47%98.43%-
XYZ53.3255.1199.09-
YUV194.19160.06108.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.15%
GREEN value IS 197 (77.34% from 255) = 32.03%
BLUE value IS 251 (98.44% from 255) = 40.81%
R=27.15%
G=32.03%
B=40.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1671972510.330.2200.02218.5791.381.96
HexA7C5FB211602db5b52
Octal247305373412602333133122
Binary101001111100010111111011100001101100101101101110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C5FB; }

 p { color: rgb(167,197,251); }

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

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

 a { background-color: rgb(167,197,251); }

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

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

 span { border-color: rgb(167,197,251); }

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