#A7C5FF

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

Shades of Pale Cornflower Blue #A7C5FF

Tints of Pale Cornflower Blue #A7C5FF

Color information

#A7C5FF (or 0xA7C5FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A7, C5 and FF. RGB value is (167,197,255). Sum of RGB (Red+Green+Blue) = 167+197+255=619 (81% of max value = 765). Red value is 167 (65.62% from 255 or 26.98% from 619); Green value is 197 (77.34% from 255 or 31.83% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #A7C5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7C5FF is #583A00. Grayscale: #C2C2C2. Windows color (decimal): -5782017 or 16762279. OLE color: 16762279.

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

Color convert

RGB167197255-
CMYK0.350.2300
HSL219.55º100%82.75%-
HSV(B)219.55º34.51%100%-
XYZ53.9555.37102.45-
YUV194.64162.06108.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.98%
GREEN value IS 197 (77.34% from 255) = 31.83%
BLUE value IS 255 (100% from 255) = 41.20%
R=26.98%
G=31.83%
B=41.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1671972550.350.2300219.5510082.75
HexA7C5FF231700dc6453
Octal247305377432700334144123
Binary10100111110001011111111110001110111001101110011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C5FF; }

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

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

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

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

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

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

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

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